diff options
author | Cristiana Voicu <cristiana.voicu@intel.com> | 2014-02-24 13:42:41 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-02-25 08:01:09 +0000 |
commit | bff8e3562d93a778670ad7a91c606b3cfa4e575d (patch) | |
tree | 5e3c54bad9e03018796ec8b3a0d0c0eb07aafce3 | |
parent | e4ef6bbc21949957d9009757fe24ffd57bcd83b9 (diff) | |
download | poky-bff8e3562d93a778670ad7a91c606b3cfa4e575d.tar.gz |
curl: upgrade to 7.35.0
(From OE-Core rev: 5223646626693a5783919a600fb080a4c6dff06d)
Signed-off-by: Cristiana Voicu <cristiana.voicu@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-support/curl/curl_7.35.0.bb (renamed from meta/recipes-support/curl/curl_7.34.0.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-support/curl/curl_7.34.0.bb b/meta/recipes-support/curl/curl_7.35.0.bb index aba6649a66..9cc60c88f7 100644 --- a/meta/recipes-support/curl/curl_7.34.0.bb +++ b/meta/recipes-support/curl/curl_7.35.0.bb | |||
@@ -18,8 +18,8 @@ SRC_URI = "http://curl.haxx.se/download/curl-${PV}.tar.bz2 \ | |||
18 | # | 18 | # |
19 | SRC_URI += " file://configure_ac.patch" | 19 | SRC_URI += " file://configure_ac.patch" |
20 | 20 | ||
21 | SRC_URI[md5sum] = "88491df2bb32e9146e776ae6ac2f8327" | 21 | SRC_URI[md5sum] = "c18fbdd031adb0529ae09fce399f2d10" |
22 | SRC_URI[sha256sum] = "10beade56b48311499e444783df3413405b22f20a147ed4a1d8a8125f1cc829b" | 22 | SRC_URI[sha256sum] = "d774d1701454f1b7d331c2075fc4f6dd972bddc2d171f43645ef3647c7fc0d83" |
23 | 23 | ||
24 | inherit autotools pkgconfig binconfig multilib_header | 24 | inherit autotools pkgconfig binconfig multilib_header |
25 | 25 | ||