aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/msgpack/msgpack-c_3.2.1.bb
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@cn.fujitsu.com>2020-01-08 05:41:08 -0800
committerKhem Raj <raj.khem@gmail.com>2020-01-09 14:05:37 -0800
commitb00f230c52fd45059d424a9f6a813847e1a1eebb (patch)
tree2d2df006aec335555fa335900942b8d7ffdd5bb2 /meta-oe/recipes-devtools/msgpack/msgpack-c_3.2.1.bb
parent274f439365f54baa2efbfdb65861f83628ce0cca (diff)
downloadmeta-openembedded-contrib-b00f230c52fd45059d424a9f6a813847e1a1eebb.tar.gz
msgpack-c: upgrade 3.1.1 -> 3.2.1
Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-devtools/msgpack/msgpack-c_3.2.1.bb')
-rw-r--r--meta-oe/recipes-devtools/msgpack/msgpack-c_3.2.1.bb19
1 files changed, 19 insertions, 0 deletions
diff --git a/meta-oe/recipes-devtools/msgpack/msgpack-c_3.2.1.bb b/meta-oe/recipes-devtools/msgpack/msgpack-c_3.2.1.bb
new file mode 100644
index 0000000000..d410dc6e0a
--- /dev/null
+++ b/meta-oe/recipes-devtools/msgpack/msgpack-c_3.2.1.bb
@@ -0,0 +1,19 @@
+SUMMARY = "MessagePack implementation for C and C++"
+DESCRIPTION = "MessagePack is an efficient binary serialization format. It's like JSON. but fast and small"
+HOMEPAGE = "http://msgpack.org/index.html"
+LICENSE = "BSL-1.0"
+LIC_FILES_CHKSUM = "file://NOTICE;md5=7a858c074723608e08614061dc044352 \
+ file://COPYING;md5=0639c4209b6f2abf1437c813b208f2d3 \
+ file://LICENSE_1_0.txt;md5=e4224ccaecb14d942c71d31bef20d78c \
+ "
+
+PV .= "+git${SRCPV}"
+
+SRC_URI = "git://github.com/msgpack/msgpack-c \
+ "
+# cpp-3.2.1
+SRCREV = "8085ab8721090a447cf98bb802d1406ad7afe420"
+
+S = "${WORKDIR}/git"
+
+inherit cmake pkgconfig