summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYi Zhao <yi.zhao@windriver.com>2024-09-22 15:36:18 +0800
committerKhem Raj <raj.khem@gmail.com>2024-11-19 13:13:20 -0800
commit07072482a647e73784c5dc84ddc4ece0802920eb (patch)
tree14d44ffbc2a81a06ad1609cd3a97cc3ff30c56a8
parent0b2e733f2089d0048dfb214e52069ad05ebaa36a (diff)
downloadmeta-openembedded-07072482a647e73784c5dc84ddc4ece0802920eb.tar.gz
protobuf: upgrade 4.25.4 -> 4.25.5
ChangeLog: https://github.com/protocolbuffers/protobuf/releases/tag/v25.5 Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--meta-oe/recipes-devtools/protobuf/protobuf_4.25.5.bb (renamed from meta-oe/recipes-devtools/protobuf/protobuf_4.25.4.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-devtools/protobuf/protobuf_4.25.4.bb b/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"
10DEPENDS = "zlib abseil-cpp" 10DEPENDS = "zlib abseil-cpp"
11DEPENDS:append:class-target = " protobuf-native" 11DEPENDS:append:class-target = " protobuf-native"
12 12
13SRCREV = "e915ce24b3d43c0fffcbf847354288c07dda1de0" 13SRCREV = "9d0ec0f92b5b5fdeeda11f9dcecc1872ff378014"
14 14
15SRC_URI = "gitsm://github.com/protocolbuffers/protobuf.git;branch=25.x;protocol=https \ 15SRC_URI = "gitsm://github.com/protocolbuffers/protobuf.git;branch=25.x;protocol=https \
16 file://run-ptest \ 16 file://run-ptest \