From aee9d873f746468a2ef39216fce6acc918a1712d Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Fri, 20 Mar 2026 18:28:16 -0700 Subject: [PATCH] protobuf: Upgrade to 6.33.6 Signed-off-by: Khem Raj --- .../protobuf/{protobuf_6.33.5.bb => protobuf_6.33.6.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-devtools/protobuf/{protobuf_6.33.5.bb => protobuf_6.33.6.bb} (99%) diff --git a/meta-oe/recipes-devtools/protobuf/protobuf_6.33.5.bb b/meta-oe/recipes-devtools/protobuf/protobuf_6.33.6.bb similarity index 99% rename from meta-oe/recipes-devtools/protobuf/protobuf_6.33.5.bb rename to meta-oe/recipes-devtools/protobuf/protobuf_6.33.6.bb index 66c9c24473..104c0f2c63 100644 --- a/meta-oe/recipes-devtools/protobuf/protobuf_6.33.5.bb +++ b/meta-oe/recipes-devtools/protobuf/protobuf_6.33.6.bb @@ -16,7 +16,7 @@ PROTOC_BRANCH = "${@d.getVar('PV').split('.', 2)[1]}.x" DEPENDS = "zlib abseil-cpp jsoncpp" DEPENDS:append:class-target = " protobuf-native" -SRCREV = "b6f9284da830b69be787732ffdaa35049d20a088" +SRCREV = "6e1998413a5bca7c058b85999667893f167434bc" SRC_URI = "git://github.com/protocolbuffers/protobuf.git;branch=${PROTOC_BRANCH};protocol=https;tag=${PROTOC_VERSION} \ file://run-ptest \