summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Vermaete <jan.vermaete@gmail.com>2024-08-25 21:22:40 +0200
committerKhem Raj <raj.khem@gmail.com>2024-08-25 14:42:10 -0700
commit727f38772d7ebc1e06870dcb652a577794ebcf5e (patch)
treeb210001b52b3490b60b98faf826af0e5fc1cb829
parent4bd9d757c10265dbf75034b50504ad7340ae3012 (diff)
downloadmeta-openembedded-727f38772d7ebc1e06870dcb652a577794ebcf5e.tar.gz
protobuf: version bump 4.25.3 -> 4.25.4
+ adding UPSTREAM_CHECK_GITTAGREGEX because `devtool latest-version` was going to the 28 release (what still in rc) Signed-off-by: Jan Vermaete <jan.vermaete@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-devtools/protobuf/protobuf_4.25.4.bb (renamed from meta-oe/recipes-devtools/protobuf/protobuf_4.25.3.bb)4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-oe/recipes-devtools/protobuf/protobuf_4.25.3.bb b/meta-oe/recipes-devtools/protobuf/protobuf_4.25.4.bb
index 4f8515471..cc5204de4 100644
--- a/meta-oe/recipes-devtools/protobuf/protobuf_4.25.3.bb
+++ b/meta-oe/recipes-devtools/protobuf/protobuf_4.25.4.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 = "4a2aef570deb2bfb8927426558701e8bfc26f2a4" 13SRCREV = "e915ce24b3d43c0fffcbf847354288c07dda1de0"
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 \
@@ -19,6 +19,8 @@ SRC_URI = "gitsm://github.com/protocolbuffers/protobuf.git;branch=25.x;protocol=
19SRC_URI:append:mips:toolchain-clang = " file://0001-Fix-build-on-mips-clang.patch " 19SRC_URI:append:mips:toolchain-clang = " file://0001-Fix-build-on-mips-clang.patch "
20SRC_URI:append:mipsel:toolchain-clang = " file://0001-Fix-build-on-mips-clang.patch " 20SRC_URI:append:mipsel:toolchain-clang = " file://0001-Fix-build-on-mips-clang.patch "
21 21
22UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>.(25\.(\d+)))"
23
22S = "${WORKDIR}/git" 24S = "${WORKDIR}/git"
23 25
24inherit cmake pkgconfig ptest 26inherit cmake pkgconfig ptest