From 8d2a91e1825ef4e47e72c323f278e51de5940196 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 10 Jun 2025 11:32:35 +0800 Subject: googlebenchmark: upgrade 1.9.3 -> 1.9.4 Changelog: ============= - Update build instructions for Visual Studio - MaybeReenterWithoutASLR(): be more cautious about argument types - Fix MaybeReenterWithoutASLR() in docker - Enable Google Benchmark to run in WebAssembly with filesystem disabled - wheels: Build Linux ARM wheels natively on ARM runners Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../googlebenchmark/googlebenchmark_1.9.3.bb | 20 -------------------- .../googlebenchmark/googlebenchmark_1.9.4.bb | 20 ++++++++++++++++++++ 2 files changed, 20 insertions(+), 20 deletions(-) delete mode 100644 meta-oe/recipes-support/googlebenchmark/googlebenchmark_1.9.3.bb create mode 100644 meta-oe/recipes-support/googlebenchmark/googlebenchmark_1.9.4.bb (limited to 'meta-oe') diff --git a/meta-oe/recipes-support/googlebenchmark/googlebenchmark_1.9.3.bb b/meta-oe/recipes-support/googlebenchmark/googlebenchmark_1.9.3.bb deleted file mode 100644 index 3eba27c3c1..0000000000 --- a/meta-oe/recipes-support/googlebenchmark/googlebenchmark_1.9.3.bb +++ /dev/null @@ -1,20 +0,0 @@ -DESCRIPTION = "A microbenchmark support library" -HOMEPAGE = "https://github.com/google/benchmark" -SECTION = "libs" -LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" - -SRC_URI = "git://github.com/google/benchmark.git;protocol=https;branch=main;tag=v${PV}" -SRCREV = "299e5928955cc62af9968370293b916f5130916f" - -S = "${WORKDIR}/git" - -EXTRA_OECMAKE = " \ - -DBUILD_SHARED_LIBS=yes \ - -DBENCHMARK_ENABLE_TESTING=no \ - -DCMAKE_BUILD_TYPE=Release \ -" - -inherit cmake - -FILES:${PN}-dev += "${libdir}/cmake" diff --git a/meta-oe/recipes-support/googlebenchmark/googlebenchmark_1.9.4.bb b/meta-oe/recipes-support/googlebenchmark/googlebenchmark_1.9.4.bb new file mode 100644 index 0000000000..8fda2990d8 --- /dev/null +++ b/meta-oe/recipes-support/googlebenchmark/googlebenchmark_1.9.4.bb @@ -0,0 +1,20 @@ +DESCRIPTION = "A microbenchmark support library" +HOMEPAGE = "https://github.com/google/benchmark" +SECTION = "libs" +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" + +SRC_URI = "git://github.com/google/benchmark.git;protocol=https;branch=main;tag=v${PV}" +SRCREV = "eddb0241389718a23a42db6af5f0164b6e0139af" + +S = "${WORKDIR}/git" + +EXTRA_OECMAKE = " \ + -DBUILD_SHARED_LIBS=yes \ + -DBENCHMARK_ENABLE_TESTING=no \ + -DCMAKE_BUILD_TYPE=Release \ +" + +inherit cmake + +FILES:${PN}-dev += "${libdir}/cmake" -- cgit v1.2.3-54-g00ecf