From fc3acc6ff4ac2dd14e6cff483ea81450d80b6832 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Sat, 19 Nov 2022 15:38:04 +0800 Subject: [PATCH] googlebenchmark: upgrade 1.7.0 -> 1.7.1 Changelog: ========== Remove stray comment and added missing header Initialize help hook before actually parsing the command line remove unnecessary generated include directory Fixed build issues on window Explicitly cast int literals to int8_t in tests to silence implicit-conversion warnings Ensure we don't need benchmark installed to pass c++ feature checks Avoid deprecation warning in NVHPC run ClearRegisteredBenchmarks at exit FIx typo in benchmark.h add debug option for enabling more output for failed cxxfeaturechecks Fix link error when use as static library on windows. use CMAKE_INSTALL_FULL in pkg-config file (fixes nix package) Clean up test documentation formatting Enable aarch64 Linux wheel builds, use cibuildwheel action directly Eliminate usage of deprecated API in sysinfo.cc Stop using pandas.Timedelta (fixes #1482) Discuss sources of variance in the user guide Bump pybind11 version to enable Python 3.11 wheel builds bump cmake dep and docs Support for QuRT OS (Hexagon RTOS) Fix Solaris compilation (#1499) Do not depend on unversioned python binary Partially revert "Do not depend on unversioned python binary (#1496)" Add information for supported Python versions to setup.py [bazel] Build libpfm as a dependency to allow collection of perf counters Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../{googlebenchmark_1.7.0.bb => googlebenchmark_1.7.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-support/googlebenchmark/{googlebenchmark_1.7.0.bb => googlebenchmark_1.7.1.bb} (90%) diff --git a/meta-oe/recipes-support/googlebenchmark/googlebenchmark_1.7.0.bb b/meta-oe/recipes-support/googlebenchmark/googlebenchmark_1.7.1.bb similarity index 90% rename from meta-oe/recipes-support/googlebenchmark/googlebenchmark_1.7.0.bb rename to meta-oe/recipes-support/googlebenchmark/googlebenchmark_1.7.1.bb index 7fc6d64728..1a565636d5 100644 --- a/meta-oe/recipes-support/googlebenchmark/googlebenchmark_1.7.0.bb +++ b/meta-oe/recipes-support/googlebenchmark/googlebenchmark_1.7.1.bb @@ -5,7 +5,7 @@ LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" SRC_URI = "git://github.com/google/benchmark.git;protocol=https;branch=main" -SRCREV = "361e8d1cfe0c6c36d30b39f1b61302ece5507320" +SRCREV = "d572f4777349d43653b21d6c2fc63020ab326db2" S = "${WORKDIR}/git"