diff options
author | Cristiana Voicu <cristiana.voicu@intel.com> | 2013-10-24 11:01:49 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-10-30 13:39:10 +0000 |
commit | 5fb5243608be16dd8365096af9b8e838d81b5172 (patch) | |
tree | 86c6d15548e59a7d699dc7db59bd50aba129ee07 /meta | |
parent | 7330735ae29c4570a73f723ba437a2c422c04921 (diff) | |
download | poky-5fb5243608be16dd8365096af9b8e838d81b5172.tar.gz |
curl: upgrade to 7.33.0
(From OE-Core rev: 5b7ae85d1de82de0e78f7aaec01c5510445ceb21)
Signed-off-by: Cristiana Voicu <cristiana.voicu@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-support/curl/curl_7.33.0.bb (renamed from meta/recipes-support/curl/curl_7.32.0.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-support/curl/curl_7.32.0.bb b/meta/recipes-support/curl/curl_7.33.0.bb index 3b6b23afbf..8539fec2c0 100644 --- a/meta/recipes-support/curl/curl_7.32.0.bb +++ b/meta/recipes-support/curl/curl_7.33.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] = "30d04b0a8c43c6770039d1bf033dfe79" | 21 | SRC_URI[md5sum] = "57409d6bf0bd97053b8378dbe0cadcef" |
22 | SRC_URI[sha256sum] = "8e3db42548e01407cb2f1407660c0f528b89ec7afda6264442fc2b229b95223b" | 22 | SRC_URI[sha256sum] = "0afde4cd949e2658eddc3cda675b19b165eea1af48ac5f3e1ec160792255d1b3" |
23 | 23 | ||
24 | inherit autotools pkgconfig binconfig | 24 | inherit autotools pkgconfig binconfig |
25 | 25 | ||