diff options
author | Stefan Müller-Klieser <s.mueller-klieser@phytec.de> | 2019-11-25 22:54:19 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-12-06 14:41:28 +0000 |
commit | 820c10e689d73a1581183bb1518d6220e222bec6 (patch) | |
tree | b6640e14146823906199e48ebbd75a9787a868f0 /meta/recipes-extended/xz | |
parent | 5cffb2c37bb22a37c9b09ea58b5cb535c100b2c5 (diff) | |
download | poky-820c10e689d73a1581183bb1518d6220e222bec6.tar.gz |
recipes: change SRC_URI to use https
Change all recipes to https where we get an http 301 permanent redirect.
(From OE-Core rev: e514acda9e12bccde6d3974e0fd1a37b3837191a)
Signed-off-by: Stefan Müller-Klieser <s.mueller-klieser@phytec.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/xz')
-rw-r--r-- | meta/recipes-extended/xz/xz_5.2.4.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-extended/xz/xz_5.2.4.bb b/meta/recipes-extended/xz/xz_5.2.4.bb index 791746e1cf..83e8fe0cd1 100644 --- a/meta/recipes-extended/xz/xz_5.2.4.bb +++ b/meta/recipes-extended/xz/xz_5.2.4.bb | |||
@@ -1,5 +1,5 @@ | |||
1 | SUMMARY = "Utilities for managing LZMA compressed files" | 1 | SUMMARY = "Utilities for managing LZMA compressed files" |
2 | HOMEPAGE = "http://tukaani.org/xz/" | 2 | HOMEPAGE = "https://tukaani.org/xz/" |
3 | SECTION = "base" | 3 | SECTION = "base" |
4 | 4 | ||
5 | # The source includes bits of PD, GPLv2, GPLv3, LGPLv2.1+, but the only file | 5 | # The source includes bits of PD, GPLv2, GPLv3, LGPLv2.1+, but the only file |
@@ -22,7 +22,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=97d554a32881fee0aa283d96e47cb24a \ | |||
22 | file://lib/getopt.c;endline=23;md5=2069b0ee710572c03bb3114e4532cd84 \ | 22 | file://lib/getopt.c;endline=23;md5=2069b0ee710572c03bb3114e4532cd84 \ |
23 | " | 23 | " |
24 | 24 | ||
25 | SRC_URI = "http://tukaani.org/xz/xz-${PV}.tar.gz" | 25 | SRC_URI = "https://tukaani.org/xz/xz-${PV}.tar.gz" |
26 | SRC_URI[md5sum] = "5ace3264bdd00c65eeec2891346f65e6" | 26 | SRC_URI[md5sum] = "5ace3264bdd00c65eeec2891346f65e6" |
27 | SRC_URI[sha256sum] = "b512f3b726d3b37b6dc4c8570e137b9311e7552e8ccbab4d39d47ce5f4177145" | 27 | SRC_URI[sha256sum] = "b512f3b726d3b37b6dc4c8570e137b9311e7552e8ccbab4d39d47ce5f4177145" |
28 | UPSTREAM_CHECK_REGEX = "xz-(?P<pver>\d+(\.\d+)+)\.tar" | 28 | UPSTREAM_CHECK_REGEX = "xz-(?P<pver>\d+(\.\d+)+)\.tar" |