From 135a8f46ab9bcf9c7eadaed6f9b4f8ee4022e06d Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Sat, 17 Dec 2011 09:29:40 +0100 Subject: yajl: add 2.0.3 Signed-off-by: Koen Kooi --- meta-oe/recipes-devtools/yajl/yajl_2.0.3.bb | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 meta-oe/recipes-devtools/yajl/yajl_2.0.3.bb (limited to 'meta-oe/recipes-devtools/yajl') 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 000000000..671cad2d5 --- /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" + -- cgit v1.2.3-54-g00ecf