[meta-oe] [PATCH] googlebenchmark: upgrade 1.6.1 -> 1.6.2
wangmy
License-Update:
Update LICENSE file to clearly state which file needs BSD 3 Only benchmark/config/generate_export_header.bzl depends on BSD 3-Clause License: Signed-off-by: Wang Mingyu <wangmy@...> --- .../{googlebenchmark_1.6.1.bb => googlebenchmark_1.6.2.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-support/googlebenchmark/{googlebenchmark_1.6.1.bb => googlebenchmark_1.6.2.bb} (76%) diff --git a/meta-oe/recipes-support/googlebenchmark/googlebenchmark_1.6.1.bb b/meta-oe/recipes-support/googlebenchmark/googlebenchmark_1.6.2.bb similarity index 76% rename from meta-oe/recipes-support/googlebenchmark/googlebenchmark_1.6.1.bb rename to meta-oe/recipes-support/googlebenchmark/googlebenchmark_1.6.2.bb index b44d3bee27..11f09c6fd6 100644 --- a/meta-oe/recipes-support/googlebenchmark/googlebenchmark_1.6.1.bb +++ b/meta-oe/recipes-support/googlebenchmark/googlebenchmark_1.6.2.bb @@ -2,10 +2,10 @@ DESCRIPTION = "A microbenchmark support library" HOMEPAGE = "https://github.com/google/benchmark" SECTION = "libs" LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" +LIC_FILES_CHKSUM = "file://LICENSE;md5=0f6f3bbd074b822ddbb3b4d0e7f8d652" SRC_URI = "git://github.com/google/benchmark.git;protocol=https;branch=main" -SRCREV = "0d98dba29d66e93259db7daa53a9327df767a415" +SRCREV = "d845b7b3a27d54ad96280a29d61fa8988d4fddcf" S = "${WORKDIR}/git" -- 2.25.1
|
|