diff options
author | Jack Mitchell <jack.mitchell@dbbroadcast.co.uk> | 2012-09-06 13:03:58 +0000 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2012-10-24 08:22:52 +0200 |
commit | 35586da6c027526fc47aa51cd45e56d76254fabc (patch) | |
tree | bea6f97634d2f6d3c62a7433940275eac439ea41 /meta-oe/recipes-extended | |
parent | 5067ced3fa2232e7d860b636b11536de1bf2780d (diff) | |
download | meta-openembedded-35586da6c027526fc47aa51cd45e56d76254fabc.tar.gz |
Jansson: new recipe, library for creating and manipulating JSON strings in C
Signed-off-by: Jack Mitchell <jack.mitchell@dbbroadcast.co.uk>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-oe/recipes-extended')
-rw-r--r-- | 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 000000000..85aade40c --- /dev/null +++ b/meta-oe/recipes-extended/jansson/jansson_2.3.1.bb | |||
@@ -0,0 +1,12 @@ | |||
1 | DESCRIPTION = "Jansson is a C library for encoding, decoding and manipulating JSON data." | ||
2 | HOMEPAGE = "http://www.digip.org/jansson/" | ||
3 | LICENSE = "MIT" | ||
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=6946b728e700de875e60ebb453cc3a20" | ||
5 | |||
6 | SRC_URI = "http://www.digip.org/jansson/releases/${PN}-${PV}.tar.gz" | ||
7 | |||
8 | SRC_URI[md5sum] = "28848fbc02d7657d930f97ce74f80d93" | ||
9 | SRC_URI[sha256sum] = "5f2ebf63580c73cc115634861b5da1c919499dde37d2e73b16e28b0c8ddc3921" | ||
10 | |||
11 | inherit autotools pkgconfig | ||
12 | |||