aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2017-12-06 14:10:42 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-12-18 18:00:23 +0000
commit52263f5f6caeaf215ab96d58218fb5f9a2ed4264 (patch)
tree318eef5f64700739a6272b8aca2e5261302c040d
parent77d1b9cda69d09cd7d3c8174ef14b4ee10e5efb6 (diff)
downloadopenembedded-core-contrib-52263f5f6caeaf215ab96d58218fb5f9a2ed4264.tar.gz
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@intel.com>
-rw-r--r--meta/recipes-support/libxslt/libxslt_1.1.32.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/libxslt/libxslt_1.1.32.bb b/meta/recipes-support/libxslt/libxslt_1.1.32.bb
index e8b1409d79..b8951ab3a8 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 \
"