From c5af19d6c27c507583bccb55136191d3fb8618a0 Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Sat, 6 Oct 2012 20:18:27 +0000 Subject: yajl: Update to 2.0.4 version Signed-off-by: Otavio Salvador Signed-off-by: Koen Kooi --- meta-oe/recipes-devtools/yajl/yajl_2.0.3.bb | 11 ----------- meta-oe/recipes-devtools/yajl/yajl_2.0.4.bb | 10 ++++++++++ 2 files changed, 10 insertions(+), 11 deletions(-) delete mode 100644 meta-oe/recipes-devtools/yajl/yajl_2.0.3.bb create mode 100644 meta-oe/recipes-devtools/yajl/yajl_2.0.4.bb diff --git a/meta-oe/recipes-devtools/yajl/yajl_2.0.3.bb b/meta-oe/recipes-devtools/yajl/yajl_2.0.3.bb deleted file mode 100644 index 671cad2d5e..0000000000 --- a/meta-oe/recipes-devtools/yajl/yajl_2.0.3.bb +++ /dev/null @@ -1,11 +0,0 @@ -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" - 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 -- cgit v1.2.3-54-g00ecf