diff options
author | Fan Xin <fan.xin@jp.fujitsu.com> | 2016-08-03 15:16:40 +0900 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-08-10 10:46:30 +0100 |
commit | 69735b95867ed6a1da71cb0fbec4ad9484d4b57c (patch) | |
tree | d9ec2a75ff3571b4c7dd2b4ac4e39a774bde963a /meta | |
parent | a4f0ae11139de8d12c6bf720e91f5f9ddaa9b1c1 (diff) | |
download | poky-69735b95867ed6a1da71cb0fbec4ad9484d4b57c.tar.gz |
curl: upgrade to 7.50.0
(From OE-Core rev: 638e648fdcba2f2a4fdf53747290a9a98ea0a86e)
Signed-off-by: Fan Xin <fan.xin@jp.fujitsu.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-support/curl/curl_7.50.0.bb (renamed from meta/recipes-support/curl/curl_7.49.1.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-support/curl/curl_7.49.1.bb b/meta/recipes-support/curl/curl_7.50.0.bb index db9dc1a45e..6a5be25e31 100644 --- a/meta/recipes-support/curl/curl_7.49.1.bb +++ b/meta/recipes-support/curl/curl_7.50.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] = "6bb1f7af5b58b30e4e6414b8c1abccab" | 17 | SRC_URI[md5sum] = "9e463ff8fdc1b5daa81c850c514980ec" |
18 | SRC_URI[sha256sum] = "eb63cec4bef692eab9db459033f409533e6d10e20942f4b060b32819e81885f1" | 18 | SRC_URI[sha256sum] = "608dfe2db77f48db792c387e7791aca55a25f0b42385707ad927164199ecfa9a" |
19 | 19 | ||
20 | inherit autotools pkgconfig binconfig multilib_header | 20 | inherit autotools pkgconfig binconfig multilib_header |
21 | 21 | ||