summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/msgpack
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-devtools/msgpack')
-rw-r--r--meta-oe/recipes-devtools/msgpack/msgpack-c_6.0.0.bb1
-rw-r--r--meta-oe/recipes-devtools/msgpack/msgpack-cpp_6.1.1.bb (renamed from meta-oe/recipes-devtools/msgpack/msgpack-cpp_6.1.0.bb)7
2 files changed, 5 insertions, 3 deletions
diff --git a/meta-oe/recipes-devtools/msgpack/msgpack-c_6.0.0.bb b/meta-oe/recipes-devtools/msgpack/msgpack-c_6.0.0.bb
index 40d997a52c..aa7629763c 100644
--- a/meta-oe/recipes-devtools/msgpack/msgpack-c_6.0.0.bb
+++ b/meta-oe/recipes-devtools/msgpack/msgpack-c_6.0.0.bb
@@ -11,7 +11,6 @@ SRC_URI = "git://github.com/msgpack/msgpack-c;branch=c_master;protocol=https \
11 " 11 "
12SRCREV = "8160ede5e20fd3019a77eea46d9c72cf6163f802" 12SRCREV = "8160ede5e20fd3019a77eea46d9c72cf6163f802"
13 13
14S = "${WORKDIR}/git"
15 14
16inherit cmake pkgconfig 15inherit cmake pkgconfig
17 16
diff --git a/meta-oe/recipes-devtools/msgpack/msgpack-cpp_6.1.0.bb b/meta-oe/recipes-devtools/msgpack/msgpack-cpp_6.1.1.bb
index 5f5507bc74..3457964609 100644
--- a/meta-oe/recipes-devtools/msgpack/msgpack-cpp_6.1.0.bb
+++ b/meta-oe/recipes-devtools/msgpack/msgpack-cpp_6.1.1.bb
@@ -8,9 +8,12 @@ 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] = "23ede7e93c8efee343ad8c6514c28f3708207e5106af3b3e4969b3a9ed7039e7" 11SRC_URI[sha256sum] = "5fd555742e37bbd58d166199e669f01f743c7b3c6177191dd7b31fb0c37fa191"
12 12
13S = "${WORKDIR}/msgpack-cxx-${PV}" 13UPSTREAM_CHECK_URI = "https://github.com/msgpack/msgpack-c/releases"
14UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+)"
15
16S = "${UNPACKDIR}/msgpack-cxx-${PV}"
14 17
15DEPENDS += "boost" 18DEPENDS += "boost"
16 19