diff options
-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 | ||