[oe-commits] [openembedded-core] 13/24: openssh: change URI to http:

git at git.openembedded.org git at git.openembedded.org
Tue May 17 14:25:16 UTC 2016


rpurdie pushed a commit to branch master
in repository openembedded-core.

commit 8b10f0af3c434145b460fd5d7a9f394dc1284260
Author: Ross Burton <ross.burton at intel.com>
AuthorDate: Mon May 16 10:42:24 2016 +0100

    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 ]
    
    Signed-off-by: Ross Burton <ross.burton at intel.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-connectivity/openssh/openssh_7.1p2.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-connectivity/openssh/openssh_7.1p2.bb b/meta/recipes-connectivity/openssh/openssh_7.1p2.bb
index c1b0fb2..92bc006 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 \

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list