From: Ross Burton Date: Wed, 6 Dec 2017 14:10:42 +0000 (+0000) Subject: libxslt: use HTTP instead of FTP in SRC_URI X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~19321 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=52263f5f6caeaf215ab96d58218fb5f9a2ed4264;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git libxslt: use HTTP instead of FTP in SRC_URI FTP isn't as reliable as HTTP. [ YOCTO #12398 ] Signed-off-by: Ross Burton --- diff --git a/meta/recipes-support/libxslt/libxslt_1.1.32.bb b/meta/recipes-support/libxslt/libxslt_1.1.32.bb index e8b1409d79b..b8951ab3a8b 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 \ "