diff mbox series

[meta-oe] googlebenchmark: upgrade 1.7.0 -> 1.7.1

Message ID 1668843486-2933-3-git-send-email-wangmy@fujitsu.com
State Under Review
Headers show
Series [meta-oe] googlebenchmark: upgrade 1.7.0 -> 1.7.1 | expand

Commit Message

Mingyu Wang (Fujitsu) Nov. 19, 2022, 7:38 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

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 <wangmy@fujitsu.com>
---
 .../{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 mbox series

Patch

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 7fc6d6472..1a565636d 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"