From d6d4a7224416af9ea338485f1e9fd5d55e93f537 Mon Sep 17 00:00:00 2001 From: Yi Zhao Date: Sun, 22 Sep 2024 15:36:18 +0800 Subject: [PATCH] protobuf: upgrade 4.25.4 -> 4.25.5 ChangeLog: https://github.com/protocolbuffers/protobuf/releases/tag/v25.5 Signed-off-by: Yi Zhao Signed-off-by: Khem Raj --- .../protobuf/{protobuf_4.25.4.bb => protobuf_4.25.5.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-devtools/protobuf/{protobuf_4.25.4.bb => protobuf_4.25.5.bb} (98%) diff --git a/meta-oe/recipes-devtools/protobuf/protobuf_4.25.4.bb b/meta-oe/recipes-devtools/protobuf/protobuf_4.25.5.bb similarity index 98% rename from meta-oe/recipes-devtools/protobuf/protobuf_4.25.4.bb rename to meta-oe/recipes-devtools/protobuf/protobuf_4.25.5.bb index 354b3213ad..d5fd901370 100644 --- a/meta-oe/recipes-devtools/protobuf/protobuf_4.25.4.bb +++ b/meta-oe/recipes-devtools/protobuf/protobuf_4.25.5.bb @@ -10,7 +10,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=37b5762e07f0af8c74ce80a8bda4266b" DEPENDS = "zlib abseil-cpp" DEPENDS:append:class-target = " protobuf-native" -SRCREV = "e915ce24b3d43c0fffcbf847354288c07dda1de0" +SRCREV = "9d0ec0f92b5b5fdeeda11f9dcecc1872ff378014" SRC_URI = "gitsm://github.com/protocolbuffers/protobuf.git;branch=25.x;protocol=https \ file://run-ptest \