aboutsummaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2011-11-24 10:18:11 +0100
committerSaul Wold <sgw@linux.intel.com>2011-11-29 00:20:06 -0800
commit039e8d1f3235acae4162afad84fee6b8b3aba24e (patch)
treef60ed3c3bdc21763c8e9ed3118f199b9e3a87306 /meta
parent2864ff6a4b3c3f9b3bbb6d2597243cc5d3715939 (diff)
downloadopenembedded-core-contrib-039e8d1f3235acae4162afad84fee6b8b3aba24e.tar.gz
libjson: add 0.9
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-devtools/libjson/libjson_0.9.bb14
1 files changed, 14 insertions, 0 deletions
diff --git a/meta/recipes-devtools/libjson/libjson_0.9.bb b/meta/recipes-devtools/libjson/libjson_0.9.bb
new file mode 100644
index 0000000000..e4951a8cbd
--- /dev/null
+++ b/meta/recipes-devtools/libjson/libjson_0.9.bb
@@ -0,0 +1,14 @@
+DESCRIPTION = "JSON-C - A JSON implementation in C"
+HOMEPAGE = "http://oss.metaparadigm.com/json-c/"
+
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://COPYING;md5=30a276a476b02c2dcd0849bde417fb17"
+
+SRC_URI = "http://oss.metaparadigm.com/json-c/json-c-${PV}.tar.gz"
+SRC_URI[md5sum] = "3a13d264528dcbaf3931b0cede24abae"
+SRC_URI[sha256sum] = "702a486c9bf8e19137d484ab5c49b4ad314eb5e1fe37062a72c0a0fa39439475"
+
+S = "${WORKDIR}/json-c-${PV}"
+
+
+inherit autotools