diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2012-10-06 20:18:27 +0000 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2012-10-10 12:33:41 +0200 |
commit | c5af19d6c27c507583bccb55136191d3fb8618a0 (patch) | |
tree | a973069bba3eb79d4c7f4443c8b39ca7b509884e /meta-oe/recipes-devtools/yajl | |
parent | f27d4bb039cdd9f0e3405b33b2065b8d28790450 (diff) | |
download | meta-openembedded-c5af19d6c27c507583bccb55136191d3fb8618a0.tar.gz |
yajl: Update to 2.0.4 version
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-oe/recipes-devtools/yajl')
-rw-r--r-- | meta-oe/recipes-devtools/yajl/yajl_2.0.4.bb (renamed from meta-oe/recipes-devtools/yajl/yajl_2.0.3.bb) | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/meta-oe/recipes-devtools/yajl/yajl_2.0.3.bb b/meta-oe/recipes-devtools/yajl/yajl_2.0.4.bb index 671cad2d5..735952076 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 | |||
2 | LICENSE = "MIT" | 2 | LICENSE = "MIT" |
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=74f541bd9a2b6c8e5d0714bcdc327f32" | 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=74f541bd9a2b6c8e5d0714bcdc327f32" |
4 | 4 | ||
5 | inherit cmake | 5 | SRCREV = "fee1ebef9fa7dc0e9f5a23f37123b19b68c796ff" |
6 | |||
7 | SRCREV = "04a090f32f6bda183317e9336224831b42bf13f9" | ||
8 | SRC_URI = "git://github.com/lloyd/yajl.git" | 6 | SRC_URI = "git://github.com/lloyd/yajl.git" |
9 | 7 | ||
10 | S = "${WORKDIR}/git" | 8 | S = "${WORKDIR}/git" |
11 | 9 | ||
10 | inherit cmake lib_package | ||