[oe] [PATCH 3/3] yajl: update to 2.1.0

Kai Kang kai.kang at windriver.com
Wed Apr 9 05:58:33 UTC 2014


Update yajl to version 2.1.0:
* Correct license
* Update SRCREV
* Drop PR

Signed-off-by: Kai Kang <kai.kang at windriver.com>
---
 .../yajl/{yajl_2.0.4.bb => yajl_2.1.0.bb}               | 17 +++++++++++------
 1 file changed, 11 insertions(+), 6 deletions(-)
 rename meta-oe/recipes-devtools/yajl/{yajl_2.0.4.bb => yajl_2.1.0.bb} (24%)

diff --git a/meta-oe/recipes-devtools/yajl/yajl_2.0.4.bb b/meta-oe/recipes-devtools/yajl/yajl_2.1.0.bb
similarity index 24%
rename from meta-oe/recipes-devtools/yajl/yajl_2.0.4.bb
rename to meta-oe/recipes-devtools/yajl/yajl_2.1.0.bb
index 9d67e2d..1bf5389 100644
--- a/meta-oe/recipes-devtools/yajl/yajl_2.0.4.bb
+++ b/meta-oe/recipes-devtools/yajl/yajl_2.1.0.bb
@@ -1,10 +1,15 @@
-DESCRIPTION = "Yet Another JSON Library - A Portable JSON parsing and serialization library in ANSI C"
-LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://COPYING;md5=74f541bd9a2b6c8e5d0714bcdc327f32"
-PR = "r1"
+SUMMARY = "Yet Another JSON Library."
 
-SRCREV = "fee1ebef9fa7dc0e9f5a23f37123b19b68c796ff"
-SRC_URI = "git://github.com/lloyd/yajl.git"
+DESCRIPTION = "YAJL is a small event-driven (SAX-style) JSON parser \
+written in ANSI C, and a small validating JSON generator."
+
+HOMEPAGE = "http://lloyd.github.com/yajl/"
+
+LICENSE = "ISC"
+LIC_FILES_CHKSUM = "file://COPYING;md5=39af6eb42999852bdd3ea00ad120a36d"
+
+SRC_URI = "git://github.com/lloyd/yajl"
+SRCREV = "a0ecdde0c042b9256170f2f8890dd9451a4240aa"
 
 S = "${WORKDIR}/git"
 
-- 
1.8.4




More information about the Openembedded-devel mailing list