diff options
author | Oleksandr Kravchuk <oleksandr.kravchuk@pelagicore.com> | 2017-04-21 14:12:33 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-05-12 08:51:09 +0100 |
commit | dc8202e5b498f9811ab9d39f7243290874fabecf (patch) | |
tree | fad9b36773ac111a12cbf6e951f53540db18800c /meta | |
parent | febb87bfc3cdd78e1352b195c824911881d76c4e (diff) | |
download | poky-dc8202e5b498f9811ab9d39f7243290874fabecf.tar.gz |
curl: upgrade to 7.54.0
(From OE-Core rev: cf0fe542b13e2bb64caeebb7d80a7642bbf8416c)
Signed-off-by: Oleksandr Kravchuk <oleksandr.kravchuk@pelagicore.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.54.0.bb (renamed from meta/recipes-support/curl/curl_7.53.1.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-support/curl/curl_7.53.1.bb b/meta/recipes-support/curl/curl_7.54.0.bb index bc78ffb07e..ce5ca37b34 100644 --- a/meta/recipes-support/curl/curl_7.53.1.bb +++ b/meta/recipes-support/curl/curl_7.54.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] = "fb1f03a142236840c1a77c035fa4c542" | 17 | SRC_URI[md5sum] = "89bb7ba87384dfbf4f1a3f953da42458" |
18 | SRC_URI[sha256sum] = "1c7207c06d75e9136a944a2e0528337ce76f15b9ec9ae4bb30d703b59bf530e8" | 18 | SRC_URI[sha256sum] = "f50ebaf43c507fa7cc32be4b8108fa8bbd0f5022e90794388f3c7694a302ff06" |
19 | 19 | ||
20 | CVE_PRODUCT = "libcurl" | 20 | CVE_PRODUCT = "libcurl" |
21 | inherit autotools pkgconfig binconfig multilib_header | 21 | inherit autotools pkgconfig binconfig multilib_header |