diff options
author | Adrian Bunk <bunk@stusta.de> | 2019-07-31 16:25:14 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-08-03 23:56:01 +0100 |
commit | 753949c81d82333483f8e5d80698fd95cf8e34ca (patch) | |
tree | c7e0a455795011b83ca54a91708e77c306b10d38 | |
parent | ce120d296ecff7bab5e609830d91b340746cb417 (diff) | |
download | poky-753949c81d82333483f8e5d80698fd95cf8e34ca.tar.gz |
Change ftp:// URIs to http(s)://
(From OE-Core rev: a11edd68b256fffb088cde5b7298a5749161f600)
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-connectivity/dhcp/dhcp.inc | 2 | ||||
-rw-r--r-- | meta/recipes-core/newlib/newlib.inc | 2 | ||||
-rw-r--r-- | meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb | 2 | ||||
-rw-r--r-- | meta/recipes-support/libffi/libffi_3.2.1.bb | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/meta/recipes-connectivity/dhcp/dhcp.inc b/meta/recipes-connectivity/dhcp/dhcp.inc index 3e65e5cf29..18bbaf8841 100644 --- a/meta/recipes-connectivity/dhcp/dhcp.inc +++ b/meta/recipes-connectivity/dhcp/dhcp.inc | |||
@@ -21,7 +21,7 @@ SRC_URI = "http://ftp.isc.org/isc/dhcp/${PV}/dhcp-${PV}.tar.gz \ | |||
21 | file://dhcpd.service file://dhcrelay.service \ | 21 | file://dhcpd.service file://dhcrelay.service \ |
22 | file://dhcpd6.service \ | 22 | file://dhcpd6.service \ |
23 | " | 23 | " |
24 | UPSTREAM_CHECK_URI = "ftp://ftp.isc.org/isc/dhcp/" | 24 | UPSTREAM_CHECK_URI = "http://ftp.isc.org/isc/dhcp/" |
25 | UPSTREAM_CHECK_REGEX = "(?P<pver>\d+\.\d+\.(\d+?))/" | 25 | UPSTREAM_CHECK_REGEX = "(?P<pver>\d+\.\d+\.(\d+?))/" |
26 | 26 | ||
27 | inherit autotools-brokensep systemd useradd update-rc.d | 27 | inherit autotools-brokensep systemd useradd update-rc.d |
diff --git a/meta/recipes-core/newlib/newlib.inc b/meta/recipes-core/newlib/newlib.inc index 418cf07939..2f0553bd63 100644 --- a/meta/recipes-core/newlib/newlib.inc +++ b/meta/recipes-core/newlib/newlib.inc | |||
@@ -15,7 +15,7 @@ LIC_FILES_CHKSUM = " \ | |||
15 | file://newlib/libc/sys/linux/linuxthreads/LICENSE;md5=73640207fbc79b198c7ffd4ad4d97aa0 \ | 15 | file://newlib/libc/sys/linux/linuxthreads/LICENSE;md5=73640207fbc79b198c7ffd4ad4d97aa0 \ |
16 | " | 16 | " |
17 | 17 | ||
18 | SRC_URI = "ftp://sourceware.org/pub/newlib/newlib-${PV}.tar.gz" | 18 | SRC_URI = "https://sourceware.org/pub/newlib/newlib-${PV}.tar.gz" |
19 | SRC_URI[md5sum] = "f84263b7d524df92a9c9fb30b79e0134" | 19 | SRC_URI[md5sum] = "f84263b7d524df92a9c9fb30b79e0134" |
20 | SRC_URI[sha256sum] = "fb4fa1cc21e9060719208300a61420e4089d6de6ef59cf533b57fe74801d102a" | 20 | SRC_URI[sha256sum] = "fb4fa1cc21e9060719208300a61420e4089d6de6ef59cf533b57fe74801d102a" |
21 | 21 | ||
diff --git a/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb b/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb index 6d232a50e4..dd945c970f 100644 --- a/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb +++ b/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb | |||
@@ -18,7 +18,7 @@ FILES_libwrap-staticdev = "${libdir}/lib*.a" | |||
18 | FILES_${PN} = "${sbindir}" | 18 | FILES_${PN} = "${sbindir}" |
19 | FILES_${PN}-doc = "${mandir}/man8" | 19 | FILES_${PN}-doc = "${mandir}/man8" |
20 | 20 | ||
21 | SRC_URI = "ftp://ftp.porcupine.org/pub/security/tcp_wrappers_${PV}.tar.gz \ | 21 | SRC_URI = "http://ftp.porcupine.org/pub/security/tcp_wrappers_${PV}.tar.gz \ |
22 | file://00_man_quoting.diff \ | 22 | file://00_man_quoting.diff \ |
23 | file://01_man_portability.patch \ | 23 | file://01_man_portability.patch \ |
24 | file://05_wildcard_matching.patch \ | 24 | file://05_wildcard_matching.patch \ |
diff --git a/meta/recipes-support/libffi/libffi_3.2.1.bb b/meta/recipes-support/libffi/libffi_3.2.1.bb index 792a1143b2..f2c684a7a6 100644 --- a/meta/recipes-support/libffi/libffi_3.2.1.bb +++ b/meta/recipes-support/libffi/libffi_3.2.1.bb | |||
@@ -10,7 +10,7 @@ A layer must exist above `libffi' that handles type conversions for values passe | |||
10 | LICENSE = "MIT" | 10 | LICENSE = "MIT" |
11 | LIC_FILES_CHKSUM = "file://LICENSE;md5=3610bb17683a0089ed64055416b2ae1b" | 11 | LIC_FILES_CHKSUM = "file://LICENSE;md5=3610bb17683a0089ed64055416b2ae1b" |
12 | 12 | ||
13 | SRC_URI = "ftp://sourceware.org/pub/libffi/${BP}.tar.gz \ | 13 | SRC_URI = "https://sourceware.org/pub/libffi/${BP}.tar.gz \ |
14 | file://not-win32.patch \ | 14 | file://not-win32.patch \ |
15 | file://0001-mips-Use-compiler-internal-define-for-linux.patch \ | 15 | file://0001-mips-Use-compiler-internal-define-for-linux.patch \ |
16 | file://0001-mips-fix-MIPS-softfloat-build-issue.patch \ | 16 | file://0001-mips-fix-MIPS-softfloat-build-issue.patch \ |