summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/curl
diff options
context:
space:
mode:
authorChen Qi <Qi.Chen@windriver.com>2015-06-24 16:34:36 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-07-01 15:39:58 +0100
commita01d406f6b0d9e08ce6d7408c2928a433fdf1843 (patch)
tree3553856a62f2ca44b38cb35188a222fe68d54ec7 /meta/recipes-support/curl
parentaf193eaa5df76587b5f2c53f2929d3eaeb14d96e (diff)
downloadpoky-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#
15SRC_URI += " file://configure_ac.patch" 15SRC_URI += " file://configure_ac.patch"
16 16
17SRC_URI[md5sum] = "296945012ce647b94083ed427c1877a8" 17SRC_URI[md5sum] = "11bddbb452a8b766b932f859aaeeed39"
18SRC_URI[sha256sum] = "e2905973391ec2dfd7743a8034ad10eeb58dab8b3a297e7892a41a7999cac887" 18SRC_URI[sha256sum] = "baa654a1122530483ccc1c58cc112fec3724a82c11c6a389f1e6a37dc8858df9"
19 19
20inherit autotools pkgconfig binconfig multilib_header 20inherit autotools pkgconfig binconfig multilib_header
21 21