* [meta-oe][PATCH] Jansson: new recipe, library for creating and manipulating JSON strings in C
@ 2012-09-06 13:03 Jack Mitchell
0 siblings, 0 replies; only message in thread
From: Jack Mitchell @ 2012-09-06 13:03 UTC (permalink / raw)
To: openembedded-devel; +Cc: Jack Mitchell
From: Jack Mitchell <jack.mitchell@dbbroadcast.co.uk>
Signed-off-by: Jack Mitchell <jack.mitchell@dbbroadcast.co.uk>
---
meta-oe/recipes-extended/jansson/jansson_2.3.1.bb | 12 ++++++++++++
1 file changed, 12 insertions(+)
create mode 100644 meta-oe/recipes-extended/jansson/jansson_2.3.1.bb
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
+
--
1.7.12
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2012-09-06 13:15 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-06 13:03 [meta-oe][PATCH] Jansson: new recipe, library for creating and manipulating JSON strings in C Jack Mitchell
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox