blob: 690a7f444b4fb3805dc73a663192c557e63ebcac [file] [log] [blame]
Brad Bishopd7bf8c12018-02-25 22:55:05 -05001SUMMARY = "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
Brad Bishopd7bf8c12018-02-25 22:55:05 -050012SRC_URI = "git://github.com/msgpack/msgpack-c \
Brad Bishop316dfdd2018-06-25 12:45:53 -040013 file://0001-Fix-Werror-class-memaccess.patch \
Brad Bishopd7bf8c12018-02-25 22:55:05 -050014 "
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080015SRCREV = "208595b2620cf6260ce3d6d4cf8543f13b206449"
Brad Bishopd7bf8c12018-02-25 22:55:05 -050016
17S = "${WORKDIR}/git"
18
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080019inherit cmake pkgconfig