aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/yajl/yajl_2.0.4.bb
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2012-10-06 20:18:27 +0000
committerKoen Kooi <koen@dominion.thruhere.net>2012-10-10 12:33:41 +0200
commitc5af19d6c27c507583bccb55136191d3fb8618a0 (patch)
treea973069bba3eb79d4c7f4443c8b39ca7b509884e /meta-oe/recipes-devtools/yajl/yajl_2.0.4.bb
parentf27d4bb039cdd9f0e3405b33b2065b8d28790450 (diff)
downloadmeta-openembedded-c5af19d6c27c507583bccb55136191d3fb8618a0.tar.gz
yajl: Update to 2.0.4 version
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-oe/recipes-devtools/yajl/yajl_2.0.4.bb')
-rw-r--r--meta-oe/recipes-devtools/yajl/yajl_2.0.4.bb10
1 files changed, 10 insertions, 0 deletions
diff --git a/meta-oe/recipes-devtools/yajl/yajl_2.0.4.bb b/meta-oe/recipes-devtools/yajl/yajl_2.0.4.bb
new file mode 100644
index 0000000000..735952076d
--- /dev/null
+++ b/meta-oe/recipes-devtools/yajl/yajl_2.0.4.bb
@@ -0,0 +1,10 @@
+DESCRIPTION = "Yet Another JSON Library - A Portable JSON parsing and serialization library in ANSI C"
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://COPYING;md5=74f541bd9a2b6c8e5d0714bcdc327f32"
+
+SRCREV = "fee1ebef9fa7dc0e9f5a23f37123b19b68c796ff"
+SRC_URI = "git://github.com/lloyd/yajl.git"
+
+S = "${WORKDIR}/git"
+
+inherit cmake lib_package