]> code.ossystems Code Review - openembedded-core.git/commitdiff
libxslt: use HTTP instead of FTP in SRC_URI
authorRoss Burton <ross.burton@intel.com>
Wed, 6 Dec 2017 14:10:42 +0000 (14:10 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 6 Jan 2018 10:11:42 +0000 (10:11 +0000)
FTP isn't as reliable as HTTP.

[ YOCTO #12398 ]

Signed-off-by: Ross Burton <ross.burton@intel.com>
(cherry picked from commit 52263f5f6caeaf215ab96d58218fb5f9a2ed4264)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
meta/recipes-support/libxslt/libxslt_1.1.29.bb

index d27c7066027aed5d3de273f9459ebb258104f54e..5b11bc2287f0578fd9b238582851b0be5fadb3e3 100644 (file)
@@ -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 \
            file://0001-Use-pkg-config-to-find-gcrypt-and-libxml2.patch \
            file://0001-Link-libraries-with-libm.patch \