aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/yajl
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2011-12-17 09:29:40 +0100
committerKoen Kooi <koen@dominion.thruhere.net>2011-12-17 09:29:40 +0100
commit135a8f46ab9bcf9c7eadaed6f9b4f8ee4022e06d (patch)
tree1437acfbdbaa1d489ef21514da396853e69da178 /meta-oe/recipes-devtools/yajl
parent7fd47b69000367319886af45151581c0ecd88310 (diff)
downloadmeta-openembedded-contrib-135a8f46ab9bcf9c7eadaed6f9b4f8ee4022e06d.tar.gz
yajl: add 2.0.3
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-oe/recipes-devtools/yajl')
-rw-r--r--meta-oe/recipes-devtools/yajl/yajl_2.0.3.bb11
1 files changed, 11 insertions, 0 deletions
diff --git a/meta-oe/recipes-devtools/yajl/yajl_2.0.3.bb b/meta-oe/recipes-devtools/yajl/yajl_2.0.3.bb
new file mode 100644
index 0000000000..671cad2d5e
--- /dev/null
+++ b/meta-oe/recipes-devtools/yajl/yajl_2.0.3.bb
@@ -0,0 +1,11 @@
+DESCRIPTION = "Yet Another JSON Library - A Portable JSON parsing and serialization library in ANSI C"
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://COPYING;md5=74f541bd9a2b6c8e5d0714bcdc327f32"
+
+inherit cmake
+
+SRCREV = "04a090f32f6bda183317e9336224831b42bf13f9"
+SRC_URI = "git://github.com/lloyd/yajl.git"
+
+S = "${WORKDIR}/git"
+