diff options
author | Jermain Horsman <jermain.horsman@nedap.com> | 2024-10-10 11:29:13 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-10-11 12:17:03 +0100 |
commit | 98cd985ecb9915ed3d99e31b42ad2c4f9ed0cba9 (patch) | |
tree | 7ef23335e0533b13bf645a6bb4e329119538f0d1 | |
parent | 0d564b3ad1e8f0db3909eeaa6afed636a57f31f6 (diff) | |
download | poky-98cd985ecb9915ed3d99e31b42ad2c4f9ed0cba9.tar.gz |
libarchive: Update SRC_URI to use https
(From OE-Core rev: 1311e94e3983bc1d5ad0d08a6f30081a2c3bef63)
Signed-off-by: Jermain Horsman <jermain.horsman@nedap.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-extended/libarchive/libarchive_3.7.6.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/libarchive/libarchive_3.7.6.bb b/meta/recipes-extended/libarchive/libarchive_3.7.6.bb index de4d1ef764..a1cb34415e 100644 --- a/meta/recipes-extended/libarchive/libarchive_3.7.6.bb +++ b/meta/recipes-extended/libarchive/libarchive_3.7.6.bb | |||
@@ -29,7 +29,7 @@ PACKAGECONFIG[zstd] = "--with-zstd,--without-zstd,zstd," | |||
29 | 29 | ||
30 | EXTRA_OECONF += "--enable-largefile --without-iconv" | 30 | EXTRA_OECONF += "--enable-largefile --without-iconv" |
31 | 31 | ||
32 | SRC_URI = "http://libarchive.org/downloads/libarchive-${PV}.tar.gz" | 32 | SRC_URI = "https://libarchive.org/downloads/libarchive-${PV}.tar.gz" |
33 | 33 | ||
34 | UPSTREAM_CHECK_URI = "http://libarchive.org/" | 34 | UPSTREAM_CHECK_URI = "http://libarchive.org/" |
35 | 35 | ||