diff options
-rw-r--r-- | meta-oe/recipes-devtools/cjson/cjson_1.7.14.bb (renamed from meta-oe/recipes-devtools/cjson/cjson_1.7.13.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-devtools/cjson/cjson_1.7.13.bb b/meta-oe/recipes-devtools/cjson/cjson_1.7.14.bb index e6174821ff..0e33275e23 100644 --- a/meta-oe/recipes-devtools/cjson/cjson_1.7.13.bb +++ b/meta-oe/recipes-devtools/cjson/cjson_1.7.14.bb | |||
@@ -6,7 +6,7 @@ LICENSE = "MIT" | |||
6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=218947f77e8cb8e2fa02918dc41c50d0" | 6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=218947f77e8cb8e2fa02918dc41c50d0" |
7 | 7 | ||
8 | SRC_URI = "git://github.com/DaveGamble/cJSON.git" | 8 | SRC_URI = "git://github.com/DaveGamble/cJSON.git" |
9 | SRCREV = "39853e5148dad8dc5d32ea2b00943cf4a0c6f120" | 9 | SRCREV = "d2735278ed1c2e4556f53a7a782063b31331dbf7" |
10 | 10 | ||
11 | S = "${WORKDIR}/git" | 11 | S = "${WORKDIR}/git" |
12 | 12 | ||