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 | |
| 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')
| -rw-r--r-- | meta/recipes-extended/libmnl/libmnl_1.0.4.bb | 4 | ||||
| -rw-r--r-- | meta/recipes-extended/xdg-utils/xdg-utils_1.1.3.bb | 2 | ||||
| -rw-r--r-- | meta/recipes-extended/xz/xz_5.2.4.bb | 4 |
3 files changed, 5 insertions, 5 deletions
diff --git a/meta/recipes-extended/libmnl/libmnl_1.0.4.bb b/meta/recipes-extended/libmnl/libmnl_1.0.4.bb index 23262e8c6f..b55bb311f6 100644 --- a/meta/recipes-extended/libmnl/libmnl_1.0.4.bb +++ b/meta/recipes-extended/libmnl/libmnl_1.0.4.bb | |||
| @@ -1,12 +1,12 @@ | |||
| 1 | SUMMARY = "Minimalistic user-space Netlink utility library" | 1 | SUMMARY = "Minimalistic user-space Netlink utility library" |
| 2 | DESCRIPTION = "Minimalistic user-space library oriented to Netlink developers, providing \ | 2 | DESCRIPTION = "Minimalistic user-space library oriented to Netlink developers, providing \ |
| 3 | functions for common tasks in parsing, validating, and constructing both the Netlink header and TLVs." | 3 | functions for common tasks in parsing, validating, and constructing both the Netlink header and TLVs." |
| 4 | HOMEPAGE = "http://www.netfilter.org/projects/libmnl/index.html" | 4 | HOMEPAGE = "https://www.netfilter.org/projects/libmnl/index.html" |
| 5 | SECTION = "libs" | 5 | SECTION = "libs" |
| 6 | LICENSE = "LGPLv2.1+" | 6 | LICENSE = "LGPLv2.1+" |
| 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" | 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" |
| 8 | 8 | ||
| 9 | SRC_URI = "http://www.netfilter.org/projects/libmnl/files/libmnl-${PV}.tar.bz2;name=tar" | 9 | SRC_URI = "https://netfilter.org/projects/libmnl/files/libmnl-${PV}.tar.bz2;name=tar" |
| 10 | SRC_URI[tar.md5sum] = "be9b4b5328c6da1bda565ac5dffadb2d" | 10 | SRC_URI[tar.md5sum] = "be9b4b5328c6da1bda565ac5dffadb2d" |
| 11 | SRC_URI[tar.sha256sum] = "171f89699f286a5854b72b91d06e8f8e3683064c5901fb09d954a9ab6f551f81" | 11 | SRC_URI[tar.sha256sum] = "171f89699f286a5854b72b91d06e8f8e3683064c5901fb09d954a9ab6f551f81" |
| 12 | 12 | ||
diff --git a/meta/recipes-extended/xdg-utils/xdg-utils_1.1.3.bb b/meta/recipes-extended/xdg-utils/xdg-utils_1.1.3.bb index 7788b5f3c3..d371c5c28c 100644 --- a/meta/recipes-extended/xdg-utils/xdg-utils_1.1.3.bb +++ b/meta/recipes-extended/xdg-utils/xdg-utils_1.1.3.bb | |||
| @@ -17,7 +17,7 @@ xdg-terminal \ | |||
| 17 | LICENSE = "MIT" | 17 | LICENSE = "MIT" |
| 18 | LIC_FILES_CHKSUM = "file://LICENSE;md5=a5367a90934098d6b05af3b746405014" | 18 | LIC_FILES_CHKSUM = "file://LICENSE;md5=a5367a90934098d6b05af3b746405014" |
| 19 | 19 | ||
| 20 | SRC_URI = "http://portland.freedesktop.org/download/${BPN}-${PV}.tar.gz \ | 20 | SRC_URI = "https://portland.freedesktop.org/download/${BPN}-${PV}.tar.gz \ |
| 21 | file://0001-Reinstate-xdg-terminal.patch \ | 21 | file://0001-Reinstate-xdg-terminal.patch \ |
| 22 | file://0001-Don-t-build-the-in-script-manual.patch \ | 22 | file://0001-Don-t-build-the-in-script-manual.patch \ |
| 23 | " | 23 | " |
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" |
