diff options
| -rw-r--r-- | meta-oe/recipes-devtools/msgpack/msgpack-c_2.1.5.bb | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/meta-oe/recipes-devtools/msgpack/msgpack-c_2.1.5.bb b/meta-oe/recipes-devtools/msgpack/msgpack-c_2.1.5.bb index 3ae4c1f879..690a7f444b 100644 --- a/meta-oe/recipes-devtools/msgpack/msgpack-c_2.1.5.bb +++ b/meta-oe/recipes-devtools/msgpack/msgpack-c_2.1.5.bb | |||
| @@ -9,12 +9,11 @@ LIC_FILES_CHKSUM = "file://NOTICE;md5=7a858c074723608e08614061dc044352 \ | |||
| 9 | 9 | ||
| 10 | PV .= "+git${SRCPV}" | 10 | PV .= "+git${SRCPV}" |
| 11 | 11 | ||
| 12 | SRCREV = "208595b2620cf6260ce3d6d4cf8543f13b206449" | ||
| 13 | |||
| 14 | SRC_URI = "git://github.com/msgpack/msgpack-c \ | 12 | SRC_URI = "git://github.com/msgpack/msgpack-c \ |
| 15 | file://0001-Fix-Werror-class-memaccess.patch \ | 13 | file://0001-Fix-Werror-class-memaccess.patch \ |
| 16 | " | 14 | " |
| 17 | 15 | SRCREV = "208595b2620cf6260ce3d6d4cf8543f13b206449" | |
| 18 | inherit cmake pkgconfig | ||
| 19 | 16 | ||
| 20 | S = "${WORKDIR}/git" | 17 | S = "${WORKDIR}/git" |
| 18 | |||
| 19 | inherit cmake pkgconfig | ||
