summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools
diff options
context:
space:
mode:
authorKhem Raj <khem.raj@oss.qualcomm.com>2026-03-20 18:28:16 -0700
committerKhem Raj <khem.raj@oss.qualcomm.com>2026-03-20 18:29:28 -0700
commitaee9d873f746468a2ef39216fce6acc918a1712d (patch)
tree68857eb63202e71e435aa36c6c218d295e1ee3fc /meta-oe/recipes-devtools
parentc40024aa116a3d3881b241d90aed018c9c61f944 (diff)
downloadmeta-openembedded-aee9d873f746468a2ef39216fce6acc918a1712d.tar.gz
protobuf: Upgrade to 6.33.6
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
Diffstat (limited to 'meta-oe/recipes-devtools')
-rw-r--r--meta-oe/recipes-devtools/protobuf/protobuf_6.33.6.bb (renamed from meta-oe/recipes-devtools/protobuf/protobuf_6.33.5.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-devtools/protobuf/protobuf_6.33.5.bb b/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"
16DEPENDS = "zlib abseil-cpp jsoncpp" 16DEPENDS = "zlib abseil-cpp jsoncpp"
17DEPENDS:append:class-target = " protobuf-native" 17DEPENDS:append:class-target = " protobuf-native"
18 18
19SRCREV = "b6f9284da830b69be787732ffdaa35049d20a088" 19SRCREV = "6e1998413a5bca7c058b85999667893f167434bc"
20 20
21SRC_URI = "git://github.com/protocolbuffers/protobuf.git;branch=${PROTOC_BRANCH};protocol=https;tag=${PROTOC_VERSION} \ 21SRC_URI = "git://github.com/protocolbuffers/protobuf.git;branch=${PROTOC_BRANCH};protocol=https;tag=${PROTOC_VERSION} \
22 file://run-ptest \ 22 file://run-ptest \