[oe-commits] Koen Kooi : yajl: add 2.0.3

git at git.openembedded.org git at git.openembedded.org
Sat Dec 17 17:39:30 UTC 2011


Module: meta-openembedded.git
Branch: master
Commit: 135a8f46ab9bcf9c7eadaed6f9b4f8ee4022e06d
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=135a8f46ab9bcf9c7eadaed6f9b4f8ee4022e06d

Author: Koen Kooi <koen at dominion.thruhere.net>
Date:   Sat Dec 17 09:29:40 2011 +0100

yajl: add 2.0.3

Signed-off-by: Koen Kooi <koen at dominion.thruhere.net>

---

 meta-oe/recipes-devtools/yajl/yajl_2.0.3.bb |   11 +++++++++++
 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 0000000..671cad2
--- /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"
+





More information about the Openembedded-commits mailing list