diff options
author | Maxin B. John <maxin.john@enea.com> | 2015-01-09 13:06:52 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-01-16 23:08:20 +0000 |
commit | 363100ff4be762fc3b8c7cb0ebda7b5eb577276c (patch) | |
tree | 6c3899682b6c7d8734879761f47f8dd5dd41e5e6 /meta/recipes-support/curl | |
parent | 013de192d746809e397b1c6de22bddf9ed34185f (diff) | |
download | poky-363100ff4be762fc3b8c7cb0ebda7b5eb577276c.tar.gz |
curl: upgrade to 7.40
Bump to version 7.40
(From OE-Core rev: d3704312252c1607883099063151c599cca81cbe)
Signed-off-by: Maxin B. John <maxin.john@enea.com>
Signed-off-by: Ross Burton <ross.burton@intel.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.40.0.bb (renamed from meta/recipes-support/curl/curl_7.38.0.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-support/curl/curl_7.38.0.bb b/meta/recipes-support/curl/curl_7.40.0.bb index 85bd3be032..209ed94730 100644 --- a/meta/recipes-support/curl/curl_7.38.0.bb +++ b/meta/recipes-support/curl/curl_7.40.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] = "af6b3c299bd891f43cb5f76c4091b7b4" | 17 | SRC_URI[md5sum] = "8d30594212e65657a5c32030f0998fa9" |
18 | SRC_URI[sha256sum] = "035bd41e99aa1a4e64713f4cea5ccdf366ca8199e9be1b53d5a043d5165f9eba" | 18 | SRC_URI[sha256sum] = "899109eb3900fa6b8a2f995df7f449964292776a04763e94fae640700f883fba" |
19 | 19 | ||
20 | inherit autotools pkgconfig binconfig multilib_header | 20 | inherit autotools pkgconfig binconfig multilib_header |
21 | 21 | ||