diff options
author | Ross Burton <ross.burton@intel.com> | 2016-05-16 10:42:24 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-06-29 19:34:43 +0100 |
commit | 511f3ba2b66aa61cf8212f95df762b8de1eaa92d (patch) | |
tree | f19456dae0117a0bc020a884037c7e297bcdf6a0 | |
parent | 945919ce01385b2ef48dd17b472e806a30b21d13 (diff) | |
download | openembedded-core-511f3ba2b66aa61cf8212f95df762b8de1eaa92d.tar.gz openembedded-core-511f3ba2b66aa61cf8212f95df762b8de1eaa92d.tar.bz2 openembedded-core-511f3ba2b66aa61cf8212f95df762b8de1eaa92d.zip |
openssh: change URI to http:
The OpenBSD FTP server isn't accepting connections from wget, which breaks
fetches. Luckily they also have a HTTP server on the same host.
[ YOCTO #9628 ]
(From OE-Core rev: 8b10f0af3c434145b460fd5d7a9f394dc1284260)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Armin Kuster <akuster@mvista.com>
-rw-r--r-- | meta/recipes-connectivity/openssh/openssh_7.1p2.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-connectivity/openssh/openssh_7.1p2.bb b/meta/recipes-connectivity/openssh/openssh_7.1p2.bb index c1b0fb28a0..92bc006bb2 100644 --- a/meta/recipes-connectivity/openssh/openssh_7.1p2.bb +++ b/meta/recipes-connectivity/openssh/openssh_7.1p2.bb @@ -10,7 +10,7 @@ LIC_FILES_CHKSUM = "file://LICENCE;md5=e326045657e842541d3f35aada442507" DEPENDS = "zlib openssl" DEPENDS += "${@bb.utils.contains('DISTRO_FEATURES', 'pam', 'libpam', '', d)}" -SRC_URI = "ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-${PV}.tar.gz \ +SRC_URI = "http://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-${PV}.tar.gz \ file://sshd_config \ file://ssh_config \ file://init \ |