diff options
author | Maxin B. John <maxin.john@intel.com> | 2017-06-13 17:29:48 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-06-14 14:44:59 +0100 |
commit | 95a83b81421e07b5daa42c2311f8f5fce859c391 (patch) | |
tree | 7a6e2595eaeb28294ccdeeed209c6690217fd52a | |
parent | 1127af1eddf2cb49b1fbef473a20ae9b446b8369 (diff) | |
download | openembedded-core-95a83b81421e07b5daa42c2311f8f5fce859c391.tar.gz openembedded-core-95a83b81421e07b5daa42c2311f8f5fce859c391.tar.bz2 openembedded-core-95a83b81421e07b5daa42c2311f8f5fce859c391.zip |
dhcp: switch from ftp to http
For the same reasons as Debian:
https://www.debian.org/News/2017/20170425
Signed-off-by: Maxin B. John <maxin.john@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-connectivity/dhcp/dhcp.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-connectivity/dhcp/dhcp.inc b/meta/recipes-connectivity/dhcp/dhcp.inc index 969fdcbd5b..eff3dc5569 100644 --- a/meta/recipes-connectivity/dhcp/dhcp.inc +++ b/meta/recipes-connectivity/dhcp/dhcp.inc @@ -12,7 +12,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;beginline=4;md5=c5c64d696107f84b56fe337d14da1 DEPENDS = "openssl bind" -SRC_URI = "ftp://ftp.isc.org/isc/dhcp/${PV}/dhcp-${PV}.tar.gz \ +SRC_URI = "http://ftp.isc.org/isc/dhcp/${PV}/dhcp-${PV}.tar.gz \ file://define-macro-_PATH_DHCPD_CONF-and-_PATH_DHCLIENT_CON.patch \ file://init-relay file://default-relay \ file://init-server file://default-server \ |