[oe-commits] Jack Mitchell : Jansson: new recipe, library for creating and manipulating JSON strings in C

git at git.openembedded.org git at git.openembedded.org
Wed Oct 24 06:23:49 UTC 2012


Module: meta-openembedded.git
Branch: master
Commit: 35586da6c027526fc47aa51cd45e56d76254fabc
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=35586da6c027526fc47aa51cd45e56d76254fabc

Author: Jack Mitchell <jack.mitchell at dbbroadcast.co.uk>
Date:   Thu Sep  6 13:03:58 2012 +0000

Jansson: new recipe, library for creating and manipulating JSON strings in C

Signed-off-by: Jack Mitchell <jack.mitchell at dbbroadcast.co.uk>
Signed-off-by: Koen Kooi <koen at dominion.thruhere.net>

---

 meta-oe/recipes-extended/jansson/jansson_2.3.1.bb |   12 ++++++++++++
 1 files changed, 12 insertions(+), 0 deletions(-)

diff --git a/meta-oe/recipes-extended/jansson/jansson_2.3.1.bb b/meta-oe/recipes-extended/jansson/jansson_2.3.1.bb
new file mode 100644
index 0000000..85aade4
--- /dev/null
+++ b/meta-oe/recipes-extended/jansson/jansson_2.3.1.bb
@@ -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
+





More information about the Openembedded-commits mailing list