From: Randy MacLeod Date: Mon, 21 Sep 2020 18:24:25 +0000 (-0400) Subject: curl: Change SRC_URI from http to https X-Git-Tag: 2020-10-gatesgarth~178 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=0aa24abf6c4d68efa63026d2496b6adc16734d35;p=openembedded-core.git curl: Change SRC_URI from http to https The official links on: https://curl.haxx.se/download.html use https now and we're seeing this warning: WARNING: curl-native-7.72.0-r0 do_fetch: Failed to fetch URL http://curl.haxx.se/download/curl-7.72.0.tar.bz2, attempting MIRRORS if available Signed-off-by: Randy MacLeod Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-support/curl/curl_7.72.0.bb b/meta/recipes-support/curl/curl_7.72.0.bb index a2ae0b6901..7d0268253d 100644 --- a/meta/recipes-support/curl/curl_7.72.0.bb +++ b/meta/recipes-support/curl/curl_7.72.0.bb @@ -5,7 +5,7 @@ SECTION = "console/network" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://COPYING;md5=2e9fb35867314fe31c6a4977ef7dd531" -SRC_URI = "http://curl.haxx.se/download/curl-${PV}.tar.bz2 \ +SRC_URI = "https://curl.haxx.se/download/curl-${PV}.tar.bz2 \ file://0001-replace-krb5-config-with-pkg-config.patch \ "