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>2019-03-05 19:06:26 -0800
committerKhem Raj <raj.khem@gmail.com>2019-03-06 11:32:27 -0800
commit76093a6540e04b1a370ef7133365ab39b0a50e8f (patch)
tree0bc94fb4bbdc96b5ccbddaef2c1933d52bc41bd4 /meta-oe/recipes-devtools/msgpack/msgpack-c_2.1.5.bb
parentd3d751e8594564451d926902518f54d488777f9c (diff)
downloadmeta-openembedded-76093a6540e04b1a370ef7133365ab39b0a50e8f.tar.gz
msgpack-c: Upgrade to 3.1.1
Drop upstreamed patch Signed-off-by: Khem Raj <raj.khem@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.bb19
1 files changed, 0 insertions, 19 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
deleted file mode 100644
index 690a7f444b..0000000000
--- a/meta-oe/recipes-devtools/msgpack/msgpack-c_2.1.5.bb
+++ /dev/null
@@ -1,19 +0,0 @@
1SUMMARY = "MessagePack implementation for C and C++"
2DESCRIPTION = "MessagePack is an efficient binary serialization format. It's like JSON. but fast and small"
3HOMEPAGE = "http://msgpack.org/index.html"
4LICENSE = "BSL-1.0"
5LIC_FILES_CHKSUM = "file://NOTICE;md5=7a858c074723608e08614061dc044352 \
6 file://COPYING;md5=0639c4209b6f2abf1437c813b208f2d3 \
7 file://LICENSE_1_0.txt;md5=e4224ccaecb14d942c71d31bef20d78c \
8 "
9
10PV .= "+git${SRCPV}"
11
12SRC_URI = "git://github.com/msgpack/msgpack-c \
13 file://0001-Fix-Werror-class-memaccess.patch \
14 "
15SRCREV = "208595b2620cf6260ce3d6d4cf8543f13b206449"
16
17S = "${WORKDIR}/git"
18
19inherit cmake pkgconfig