summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-devtools/msgpack/msgpack-cpp_4.1.1.bb (renamed from meta-oe/recipes-devtools/msgpack/msgpack-cpp_4.0.2.bb)9
1 files changed, 3 insertions, 6 deletions
diff --git a/meta-oe/recipes-devtools/msgpack/msgpack-cpp_4.0.2.bb b/meta-oe/recipes-devtools/msgpack/msgpack-cpp_4.1.1.bb
index 25b199f572..fd08bf85cc 100644
--- a/meta-oe/recipes-devtools/msgpack/msgpack-cpp_4.0.2.bb
+++ b/meta-oe/recipes-devtools/msgpack/msgpack-cpp_4.1.1.bb
@@ -7,16 +7,13 @@ LIC_FILES_CHKSUM = "file://NOTICE;md5=7a858c074723608e08614061dc044352 \
7 file://LICENSE_1_0.txt;md5=e4224ccaecb14d942c71d31bef20d78c \ 7 file://LICENSE_1_0.txt;md5=e4224ccaecb14d942c71d31bef20d78c \
8 " 8 "
9 9
10PV .= "+git${SRCPV}" 10SRC_URI = "https://github.com/msgpack/msgpack-c/releases/download/cpp-${PV}/msgpack-cxx-${PV}.tar.gz"
11SRC_URI[sha256sum] = "8115c5edcf20bc1408c798a6bdaec16c1e52b1c34859d4982a0fb03300438f0b"
11 12
12SRC_URI = "git://github.com/msgpack/msgpack-c;branch=cpp_master;protocol=https \ 13S = "${WORKDIR}/msgpack-cxx-${PV}"
13 "
14SRCREV = "3bdbf0d2ee75d46d71afa691a594777d89a22cf7"
15 14
16DEPENDS += "boost" 15DEPENDS += "boost"
17 16
18S = "${WORKDIR}/git"
19
20inherit cmake pkgconfig 17inherit cmake pkgconfig
21 18
22RDEPENDS:${PN}-dev = "" 19RDEPENDS:${PN}-dev = ""