Jansson: new recipe, library for creating and manipulating JSON strings in C
authorJack Mitchell <jack.mitchell@dbbroadcast.co.uk>
Thu, 6 Sep 2012 13:03:58 +0000 (13:03 +0000)
committerPatrick Ohly <patrick.ohly@intel.com>
Fri, 9 Jan 2015 16:24:18 +0000 (08:24 -0800)
(From meta-openembedded rev: 35586da6c027526fc47aa51cd45e56d76254fabc)

Signed-off-by: Jack Mitchell <jack.mitchell@dbbroadcast.co.uk>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
meta-openembedded/meta-oe/recipes-extended/jansson/jansson_2.3.1.bb [new file with mode: 0644]

diff --git a/meta-openembedded/meta-oe/recipes-extended/jansson/jansson_2.3.1.bb b/meta-openembedded/meta-oe/recipes-extended/jansson/jansson_2.3.1.bb
new file mode 100644 (file)
index 0000000..85aade4
--- /dev/null
@@ -0,0 +1,12 @@
+DESCRIPTION = "Jansson is a C library for encoding, decoding and manipulating JSON data."
+HOMEPAGE = "http://www.digip.org/jansson/"
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=6946b728e700de875e60ebb453cc3a20"
+
+SRC_URI = "http://www.digip.org/jansson/releases/${PN}-${PV}.tar.gz"
+
+SRC_URI[md5sum] = "28848fbc02d7657d930f97ce74f80d93"
+SRC_URI[sha256sum] = "5f2ebf63580c73cc115634861b5da1c919499dde37d2e73b16e28b0c8ddc3921"
+
+inherit autotools pkgconfig
+