diff options
-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 | ||
10 | PV .= "+git${SRCPV}" | 10 | SRC_URI = "https://github.com/msgpack/msgpack-c/releases/download/cpp-${PV}/msgpack-cxx-${PV}.tar.gz" |
11 | SRC_URI[sha256sum] = "8115c5edcf20bc1408c798a6bdaec16c1e52b1c34859d4982a0fb03300438f0b" | ||
11 | 12 | ||
12 | SRC_URI = "git://github.com/msgpack/msgpack-c;branch=cpp_master;protocol=https \ | 13 | S = "${WORKDIR}/msgpack-cxx-${PV}" |
13 | " | ||
14 | SRCREV = "3bdbf0d2ee75d46d71afa691a594777d89a22cf7" | ||
15 | 14 | ||
16 | DEPENDS += "boost" | 15 | DEPENDS += "boost" |
17 | 16 | ||
18 | S = "${WORKDIR}/git" | ||
19 | |||
20 | inherit cmake pkgconfig | 17 | inherit cmake pkgconfig |
21 | 18 | ||
22 | RDEPENDS:${PN}-dev = "" | 19 | RDEPENDS:${PN}-dev = "" |