summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/msgpack/msgpack-c_2.1.5.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2018-04-02 11:05:45 -0700
committerArmin Kuster <akuster808@gmail.com>2018-04-08 17:00:06 -0700
commitcebc29d941b12a958adf5f41822534e344472650 (patch)
treef2aea3f5c80ff619872e5872a5ac5725c0012c7f /meta-oe/recipes-devtools/msgpack/msgpack-c_2.1.5.bb
parent1985b36b1d29ac26e8b195a2600299eee8d6979d (diff)
downloadmeta-openembedded-cebc29d941b12a958adf5f41822534e344472650.tar.gz
msgpack-c: Update to latest and fix build with gcc8
Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-oe/recipes-devtools/msgpack/msgpack-c_2.1.5.bb')
-rw-r--r--meta-oe/recipes-devtools/msgpack/msgpack-c_2.1.5.bb3
1 files changed, 2 insertions, 1 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 d9f695669..02c0cd296 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,9 +9,10 @@ LIC_FILES_CHKSUM = "file://NOTICE;md5=7a858c074723608e08614061dc044352 \
9 9
10PV .= "+git${SRCPV}" 10PV .= "+git${SRCPV}"
11 11
12SRCREV = "7a98138f27f27290e680bf8fbf1f8d1b089bf138" 12SRCREV = "208595b2620cf6260ce3d6d4cf8543f13b206449"
13 13
14SRC_URI = "git://github.com/msgpack/msgpack-c \ 14SRC_URI = "git://github.com/msgpack/msgpack-c \
15 file://0001-Fix-Werror-class-memaccess.patch \
15 " 16 "
16 17
17inherit cmake pkgconfig 18inherit cmake pkgconfig