From: Wang Mingyu <[email protected]> Changelog: =========== -Added absl::NoDestructor<T> to simplify defining static types that do not need to be destructed upon program exit. -Added configurable verbose logging (also known as VLOG). -Added absl::Overload(), which returns a functor that provides overloads based on the functors passed to it. Note that this functionality requires C++17 or newer. -Bzlmod is now officially supported (previously it was supported by the community).
Signed-off-by: Wang Mingyu <[email protected]> --- .../{abseil-cpp_20240116.1.bb => abseil-cpp_20240116.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-devtools/abseil-cpp/{abseil-cpp_20240116.1.bb => abseil-cpp_20240116.2.bb} (96%) diff --git a/meta-oe/recipes-devtools/abseil-cpp/abseil-cpp_20240116.1.bb b/meta-oe/recipes-devtools/abseil-cpp/abseil-cpp_20240116.2.bb similarity index 96% rename from meta-oe/recipes-devtools/abseil-cpp/abseil-cpp_20240116.1.bb rename to meta-oe/recipes-devtools/abseil-cpp/abseil-cpp_20240116.2.bb index e6c65d306..2aef97391 100644 --- a/meta-oe/recipes-devtools/abseil-cpp/abseil-cpp_20240116.1.bb +++ b/meta-oe/recipes-devtools/abseil-cpp/abseil-cpp_20240116.2.bb @@ -7,7 +7,7 @@ SECTION = "libs" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=df52c6edb7adc22e533b2bacc3bd3915" -SRCREV = "2f9e432cce407ce0ae50676696666f33a77d42ac" +SRCREV = "d7aaad83b488fd62bd51c81ecf16cd938532cc0a" BRANCH = "lts_2024_01_16" SRC_URI = "git://github.com/abseil/abseil-cpp;branch=${BRANCH};protocol=https \ file://0001-absl-always-use-asm-sgidefs.h.patch \ -- 2.34.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#109987): https://lists.openembedded.org/g/openembedded-devel/message/109987 Mute This Topic: https://lists.openembedded.org/mt/105569549/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
