[oe-commits] [openembedded-core] 20/41: libxslt: use HTTP instead of FTP in SRC_URI

git at git.openembedded.org git at git.openembedded.org
Mon Dec 18 18:04:57 UTC 2017


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

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

commit 52263f5f6caeaf215ab96d58218fb5f9a2ed4264
Author: Ross Burton <ross.burton at intel.com>
AuthorDate: Wed Dec 6 14:10:42 2017 +0000

    libxslt: use HTTP instead of FTP in SRC_URI
    
    FTP isn't as reliable as HTTP.
    
    [ YOCTO #12398 ]
    
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/recipes-support/libxslt/libxslt_1.1.32.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-support/libxslt/libxslt_1.1.32.bb b/meta/recipes-support/libxslt/libxslt_1.1.32.bb
index e8b1409..b8951ab 100644
--- a/meta/recipes-support/libxslt/libxslt_1.1.32.bb
+++ b/meta/recipes-support/libxslt/libxslt_1.1.32.bb
@@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://Copyright;md5=0cd9a07afbeb24026c9b03aecfeba458"
 SECTION = "libs"
 DEPENDS = "libxml2"
 
-SRC_URI = "ftp://xmlsoft.org/libxslt/libxslt-${PV}.tar.gz \
+SRC_URI = "http://xmlsoft.org/sources/libxslt-${PV}.tar.gz \
            file://pkgconfig_fix.patch \
            "
 

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


More information about the Openembedded-commits mailing list