[oe-commits] [openembedded-core] 18/31: openssh: change URI to http:

git at git.openembedded.org git at git.openembedded.org
Mon May 16 22:25:15 UTC 2016


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

commit 8ad99808bbe7be0224e15bd9221d1a0573fc515b
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