diff options
author | Khem Raj <raj.khem@gmail.com> | 2020-08-20 10:52:34 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-08-21 14:29:11 +0100 |
commit | d416bb3a68f5549d338e333944fe0134d010e750 (patch) | |
tree | 5b3af865c35277076530257b281ebd037303612f /meta/recipes-support/curl | |
parent | 4d37676006ea5246637aad207f527a4759f0ce2f (diff) | |
download | poky-d416bb3a68f5549d338e333944fe0134d010e750.tar.gz |
curl: Upgrade to 7.72.0
(From OE-Core rev: f3fc6de9de6b6a24649864c598d5ee9abfae4af3)
Signed-off-by: Khem Raj <raj.khem@gmail.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.72.0.bb (renamed from meta/recipes-support/curl/curl_7.71.1.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/curl/curl_7.71.1.bb b/meta/recipes-support/curl/curl_7.72.0.bb index f028f1fdd5..e7f5492694 100644 --- a/meta/recipes-support/curl/curl_7.71.1.bb +++ b/meta/recipes-support/curl/curl_7.72.0.bb | |||
@@ -9,7 +9,7 @@ SRC_URI = "http://curl.haxx.se/download/curl-${PV}.tar.bz2 \ | |||
9 | file://0001-replace-krb5-config-with-pkg-config.patch \ | 9 | file://0001-replace-krb5-config-with-pkg-config.patch \ |
10 | " | 10 | " |
11 | 11 | ||
12 | SRC_URI[sha256sum] = "9d52a4d80554f9b0d460ea2be5d7be99897a1a9f681ffafe739169afd6b4f224" | 12 | SRC_URI[sha256sum] = "ad91970864102a59765e20ce16216efc9d6ad381471f7accceceab7d905703ef" |
13 | 13 | ||
14 | CVE_PRODUCT = "curl libcurl" | 14 | CVE_PRODUCT = "curl libcurl" |
15 | inherit autotools pkgconfig binconfig multilib_header | 15 | inherit autotools pkgconfig binconfig multilib_header |