diff options
Diffstat (limited to 'meta-oe/recipes-devtools/msgpack')
-rw-r--r-- | meta-oe/recipes-devtools/msgpack/msgpack-c_6.0.0.bb | 1 | ||||
-rw-r--r-- | meta-oe/recipes-devtools/msgpack/msgpack-cpp_6.1.1.bb | 2 |
2 files changed, 1 insertions, 2 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 | " |
12 | SRCREV = "8160ede5e20fd3019a77eea46d9c72cf6163f802" | 12 | SRCREV = "8160ede5e20fd3019a77eea46d9c72cf6163f802" |
13 | 13 | ||
14 | S = "${WORKDIR}/git" | ||
15 | 14 | ||
16 | inherit cmake pkgconfig | 15 | inherit cmake pkgconfig |
17 | 16 | ||
diff --git a/meta-oe/recipes-devtools/msgpack/msgpack-cpp_6.1.1.bb b/meta-oe/recipes-devtools/msgpack/msgpack-cpp_6.1.1.bb index ccbaf9cea7..3457964609 100644 --- a/meta-oe/recipes-devtools/msgpack/msgpack-cpp_6.1.1.bb +++ b/meta-oe/recipes-devtools/msgpack/msgpack-cpp_6.1.1.bb | |||
@@ -13,7 +13,7 @@ SRC_URI[sha256sum] = "5fd555742e37bbd58d166199e669f01f743c7b3c6177191dd7b31fb0c3 | |||
13 | UPSTREAM_CHECK_URI = "https://github.com/msgpack/msgpack-c/releases" | 13 | UPSTREAM_CHECK_URI = "https://github.com/msgpack/msgpack-c/releases" |
14 | UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+)" | 14 | UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+)" |
15 | 15 | ||
16 | S = "${WORKDIR}/msgpack-cxx-${PV}" | 16 | S = "${UNPACKDIR}/msgpack-cxx-${PV}" |
17 | 17 | ||
18 | DEPENDS += "boost" | 18 | DEPENDS += "boost" |
19 | 19 | ||