diff options
author | Ross Burton <ross.burton@intel.com> | 2017-12-06 14:10:42 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-12-18 18:00:23 +0000 |
commit | 52263f5f6caeaf215ab96d58218fb5f9a2ed4264 (patch) | |
tree | 318eef5f64700739a6272b8aca2e5261302c040d | |
parent | 77d1b9cda69d09cd7d3c8174ef14b4ee10e5efb6 (diff) | |
download | openembedded-core-52263f5f6caeaf215ab96d58218fb5f9a2ed4264.tar.gz openembedded-core-52263f5f6caeaf215ab96d58218fb5f9a2ed4264.tar.bz2 openembedded-core-52263f5f6caeaf215ab96d58218fb5f9a2ed4264.zip |
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.bb | 2 |
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 \ " |