mirror of
https://git.yoctoproject.org/poky
synced 2026-04-23 09:32:17 +02:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
ce120d296e
commit
753949c81d
@@ -21,7 +21,7 @@ SRC_URI = "http://ftp.isc.org/isc/dhcp/${PV}/dhcp-${PV}.tar.gz \
|
||||
file://dhcpd.service file://dhcrelay.service \
|
||||
file://dhcpd6.service \
|
||||
"
|
||||
UPSTREAM_CHECK_URI = "ftp://ftp.isc.org/isc/dhcp/"
|
||||
UPSTREAM_CHECK_URI = "http://ftp.isc.org/isc/dhcp/"
|
||||
UPSTREAM_CHECK_REGEX = "(?P<pver>\d+\.\d+\.(\d+?))/"
|
||||
|
||||
inherit autotools-brokensep systemd useradd update-rc.d
|
||||
|
||||
@@ -15,7 +15,7 @@ LIC_FILES_CHKSUM = " \
|
||||
file://newlib/libc/sys/linux/linuxthreads/LICENSE;md5=73640207fbc79b198c7ffd4ad4d97aa0 \
|
||||
"
|
||||
|
||||
SRC_URI = "ftp://sourceware.org/pub/newlib/newlib-${PV}.tar.gz"
|
||||
SRC_URI = "https://sourceware.org/pub/newlib/newlib-${PV}.tar.gz"
|
||||
SRC_URI[md5sum] = "f84263b7d524df92a9c9fb30b79e0134"
|
||||
SRC_URI[sha256sum] = "fb4fa1cc21e9060719208300a61420e4089d6de6ef59cf533b57fe74801d102a"
|
||||
|
||||
|
||||
@@ -18,7 +18,7 @@ FILES_libwrap-staticdev = "${libdir}/lib*.a"
|
||||
FILES_${PN} = "${sbindir}"
|
||||
FILES_${PN}-doc = "${mandir}/man8"
|
||||
|
||||
SRC_URI = "ftp://ftp.porcupine.org/pub/security/tcp_wrappers_${PV}.tar.gz \
|
||||
SRC_URI = "http://ftp.porcupine.org/pub/security/tcp_wrappers_${PV}.tar.gz \
|
||||
file://00_man_quoting.diff \
|
||||
file://01_man_portability.patch \
|
||||
file://05_wildcard_matching.patch \
|
||||
|
||||
@@ -10,7 +10,7 @@ A layer must exist above `libffi' that handles type conversions for values passe
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=3610bb17683a0089ed64055416b2ae1b"
|
||||
|
||||
SRC_URI = "ftp://sourceware.org/pub/libffi/${BP}.tar.gz \
|
||||
SRC_URI = "https://sourceware.org/pub/libffi/${BP}.tar.gz \
|
||||
file://not-win32.patch \
|
||||
file://0001-mips-Use-compiler-internal-define-for-linux.patch \
|
||||
file://0001-mips-fix-MIPS-softfloat-build-issue.patch \
|
||||
|
||||
Reference in New Issue
Block a user