From 3019104f5a6a0cf440d0762f035f7c6d7c427a92 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 20 Feb 2024 16:54:18 +0800 Subject: [PATCH] protobuf: upgrade 4.25.2 -> 4.25.3 Changelog: =========== Remove use of mach_absolute_time [ObjC] Use a local to avoid warnings in 32bit builds. Bump python version to 3.9 for gcloud 460.0.0 Update Ruby GHA to test against Ruby 3.3. Pin bundler version to 2.4.22 for Ruby 2.7 support. Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../protobuf/{protobuf_4.25.2.bb => protobuf_4.25.3.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-devtools/protobuf/{protobuf_4.25.2.bb => protobuf_4.25.3.bb} (98%) diff --git a/meta-oe/recipes-devtools/protobuf/protobuf_4.25.2.bb b/meta-oe/recipes-devtools/protobuf/protobuf_4.25.3.bb similarity index 98% rename from meta-oe/recipes-devtools/protobuf/protobuf_4.25.2.bb rename to meta-oe/recipes-devtools/protobuf/protobuf_4.25.3.bb index 6cd44a4e78..3241345963 100644 --- a/meta-oe/recipes-devtools/protobuf/protobuf_4.25.2.bb +++ b/meta-oe/recipes-devtools/protobuf/protobuf_4.25.3.bb @@ -10,7 +10,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=37b5762e07f0af8c74ce80a8bda4266b" DEPENDS = "zlib abseil-cpp" DEPENDS:append:class-target = " protobuf-native" -SRCREV = "a9b006bddd52e289029f16aa77b77e8e0033d9ee" +SRCREV = "4a2aef570deb2bfb8927426558701e8bfc26f2a4" SRC_URI = "gitsm://github.com/protocolbuffers/protobuf.git;branch=25.x;protocol=https \ file://run-ptest \