diff options
author | Chen Qi <Qi.Chen@windriver.com> | 2015-06-24 16:34:36 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-07-01 15:39:58 +0100 |
commit | a01d406f6b0d9e08ce6d7408c2928a433fdf1843 (patch) | |
tree | 3553856a62f2ca44b38cb35188a222fe68d54ec7 /meta/recipes-support/curl | |
parent | af193eaa5df76587b5f2c53f2929d3eaeb14d96e (diff) | |
download | poky-a01d406f6b0d9e08ce6d7408c2928a433fdf1843.tar.gz |
curl: upgrade to 7.43.0
(From OE-Core rev: eb54c29d0566e01c287bdccbdb26c188aac66033)
Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/curl')
-rw-r--r-- | meta/recipes-support/curl/curl_7.43.0.bb (renamed from meta/recipes-support/curl/curl_7.42.1.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-support/curl/curl_7.42.1.bb b/meta/recipes-support/curl/curl_7.43.0.bb index 8b0ccb8204..15713e1209 100644 --- a/meta/recipes-support/curl/curl_7.42.1.bb +++ b/meta/recipes-support/curl/curl_7.43.0.bb | |||
@@ -14,8 +14,8 @@ SRC_URI = "http://curl.haxx.se/download/curl-${PV}.tar.bz2 \ | |||
14 | # | 14 | # |
15 | SRC_URI += " file://configure_ac.patch" | 15 | SRC_URI += " file://configure_ac.patch" |
16 | 16 | ||
17 | SRC_URI[md5sum] = "296945012ce647b94083ed427c1877a8" | 17 | SRC_URI[md5sum] = "11bddbb452a8b766b932f859aaeeed39" |
18 | SRC_URI[sha256sum] = "e2905973391ec2dfd7743a8034ad10eeb58dab8b3a297e7892a41a7999cac887" | 18 | SRC_URI[sha256sum] = "baa654a1122530483ccc1c58cc112fec3724a82c11c6a389f1e6a37dc8858df9" |
19 | 19 | ||
20 | inherit autotools pkgconfig binconfig multilib_header | 20 | inherit autotools pkgconfig binconfig multilib_header |
21 | 21 | ||