summaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
authorKhem Raj <khem.raj@oss.qualcomm.com>2026-06-09 21:17:23 -0700
committerKhem Raj <khem.raj@oss.qualcomm.com>2026-06-15 22:43:53 -0700
commit32e60d50599618761e94e0fd04e7b8641a1bcfdd (patch)
treeb047ec434343ad1f30545e28d1f415d4f33b7a9d /meta-oe
parent4e84a38814956c460e2fcad010a15a84799bffe2 (diff)
downloadmeta-openembedded-32e60d50599618761e94e0fd04e7b8641a1bcfdd.tar.gz
msgpack-cpp: upgrade 7.0.0 -> 8.0.0
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
Diffstat (limited to 'meta-oe')
-rw-r--r--meta-oe/recipes-devtools/msgpack/msgpack-cpp_8.0.0.bb (renamed from meta-oe/recipes-devtools/msgpack/msgpack-cpp_7.0.0.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-devtools/msgpack/msgpack-cpp_7.0.0.bb b/meta-oe/recipes-devtools/msgpack/msgpack-cpp_8.0.0.bb
index 5b296a20cd..87f11d279b 100644
--- a/meta-oe/recipes-devtools/msgpack/msgpack-cpp_7.0.0.bb
+++ b/meta-oe/recipes-devtools/msgpack/msgpack-cpp_8.0.0.bb
@@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://NOTICE;md5=7a858c074723608e08614061dc044352 \
8 " 8 "
9 9
10SRC_URI = "https://github.com/msgpack/msgpack-c/releases/download/cpp-${PV}/msgpack-cxx-${PV}.tar.gz" 10SRC_URI = "https://github.com/msgpack/msgpack-c/releases/download/cpp-${PV}/msgpack-cxx-${PV}.tar.gz"
11SRC_URI[sha256sum] = "7504b7af7e7b9002ce529d4f941e1b7fb1fb435768780ce7da4abaac79bb156f" 11SRC_URI[sha256sum] = "4a3c0c0ac55ef4456c2d0b93c21b5d105aa3a8f21ef8fa9758550feaf989b92f"
12 12
13UPSTREAM_CHECK_URI = "https://github.com/msgpack/msgpack-c/releases" 13UPSTREAM_CHECK_URI = "https://github.com/msgpack/msgpack-c/releases"
14UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+)" 14UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+)"