From patchwork Sat Oct 6 20:18:27 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [meta-oe,2/5] yajl: Update to 2.0.4 version Date: Sat, 06 Oct 2012 20:18:27 -0000 From: Otavio Salvador X-Patchwork-Id: 37869 Message-Id: <1349554710-6693-2-git-send-email-otavio@ossystems.com.br> To: openembedded-devel@lists.openembedded.org Cc: Otavio Salvador Signed-off-by: Otavio Salvador --- .../yajl/{yajl_2.0.3.bb => yajl_2.0.4.bb} | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) rename meta-oe/recipes-devtools/yajl/{yajl_2.0.3.bb => yajl_2.0.4.bb} (76%) diff --git a/meta-oe/recipes-devtools/yajl/yajl_2.0.3.bb b/meta-oe/recipes-devtools/yajl/yajl_2.0.4.bb similarity index 76% rename from meta-oe/recipes-devtools/yajl/yajl_2.0.3.bb rename to meta-oe/recipes-devtools/yajl/yajl_2.0.4.bb index 671cad2..7359520 100644 --- a/meta-oe/recipes-devtools/yajl/yajl_2.0.3.bb +++ b/meta-oe/recipes-devtools/yajl/yajl_2.0.4.bb @@ -2,10 +2,9 @@ DESCRIPTION = "Yet Another JSON Library - A Portable JSON parsing and serializat LICENSE = "MIT" LIC_FILES_CHKSUM = "file://COPYING;md5=74f541bd9a2b6c8e5d0714bcdc327f32" -inherit cmake - -SRCREV = "04a090f32f6bda183317e9336224831b42bf13f9" +SRCREV = "fee1ebef9fa7dc0e9f5a23f37123b19b68c796ff" SRC_URI = "git://github.com/lloyd/yajl.git" S = "${WORKDIR}/git" +inherit cmake lib_package