[oe-commits] [meta-openembedded] 02/19: lftp: change SRC_URI source

git at git.openembedded.org git at git.openembedded.org
Fri Nov 17 01:52:03 UTC 2017


This is an automated email from the git hooks/post-receive script.

armin_kuster pushed a commit to branch akuster/morty-next
in repository meta-openembedded.

commit 68a75186f8b08d66d6defd246093bb42cdfdfce8
Author: Oleksandr Kravchuk <oleksandr.kravchuk at pelagicore.com>
AuthorDate: Thu Sep 21 11:59:59 2017 +0200

    lftp: change SRC_URI source
    
    Changed SRC_URI source to official web-site, which keeps tarballs with
    old releases.
    
    Cherry-picked from master, but without the upgrade to 4.7.5.
    
      commit a2e075ba656a89da58ca4f849c2f08ec6d50a96f
      Author: Oleksandr Kravchuk <oleksandr.kravchuk at pelagicore.com>
      Date:   Mon Jan 9 15:34:07 2017 +0100
    
        lftp: update to 4.7.5 and change SRC_URI source
    
        Updated lftp to version 4.7.5 and changed SRC_URI source to official
        web-site, which keeps tarballs with old releases.
    
    Signed-off-by: Oleksandr Kravchuk <oleksandr.kravchuk at pelagicore.com>
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
    Signed-off-by: Joe MacDonald <joe_macdonald at mentor.com>
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
    Signed-off-by: Armin Kuster <akuster808 at gmail.com>
---
 meta-networking/recipes-connectivity/lftp/lftp_4.7.3.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-networking/recipes-connectivity/lftp/lftp_4.7.3.bb b/meta-networking/recipes-connectivity/lftp/lftp_4.7.3.bb
index 2878211..d624537 100644
--- a/meta-networking/recipes-connectivity/lftp/lftp_4.7.3.bb
+++ b/meta-networking/recipes-connectivity/lftp/lftp_4.7.3.bb
@@ -6,7 +6,7 @@ SECTION = "console/network"
 LICENSE = "GPLv3"
 LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
 
-SRC_URI = "http://fossies.org/linux/misc/lftp-${PV}.tar.gz \
+SRC_URI = "http://lftp.yar.ru/ftp/lftp-${PV}.tar.gz \
            file://fix-gcc-6-conflicts-signbit.patch \
           "
 SRC_URI[md5sum] = "8eb1fe5f113126b60f172643c7f6c2e6"

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


More information about the Openembedded-commits mailing list