From 4f75e957e75d231e9baad5f8ddf6402a64f1523b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20P=C3=A9ron?= Date: Thu, 18 Jan 2024 13:43:17 +0100 Subject: [PATCH] protobuf: upgrade 4.23.4 -> 4.25.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Clément Péron Signed-off-by: Khem Raj --- .../protobuf/{protobuf_4.23.4.bb => protobuf_4.25.2.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-devtools/protobuf/{protobuf_4.23.4.bb => protobuf_4.25.2.bb} (98%) diff --git a/meta-oe/recipes-devtools/protobuf/protobuf_4.23.4.bb b/meta-oe/recipes-devtools/protobuf/protobuf_4.25.2.bb similarity index 98% rename from meta-oe/recipes-devtools/protobuf/protobuf_4.23.4.bb rename to meta-oe/recipes-devtools/protobuf/protobuf_4.25.2.bb index 7d37ee3d29..6cd44a4e78 100644 --- a/meta-oe/recipes-devtools/protobuf/protobuf_4.23.4.bb +++ b/meta-oe/recipes-devtools/protobuf/protobuf_4.25.2.bb @@ -10,9 +10,9 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=37b5762e07f0af8c74ce80a8bda4266b" DEPENDS = "zlib abseil-cpp" DEPENDS:append:class-target = " protobuf-native" -SRCREV = "2c5fa078d8e86e5f4bd34e6f4c9ea9e8d7d4d44a" +SRCREV = "a9b006bddd52e289029f16aa77b77e8e0033d9ee" -SRC_URI = "gitsm://github.com/protocolbuffers/protobuf.git;branch=23.x;protocol=https \ +SRC_URI = "gitsm://github.com/protocolbuffers/protobuf.git;branch=25.x;protocol=https \ file://run-ptest \ file://0001-examples-Makefile-respect-CXX-LDFLAGS-variables-fix-.patch \ "