summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2017-12-06 14:10:42 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-01-06 10:13:56 +0000
commit63454170373818923afbfb4490b1151350c86444 (patch)
tree936c8b98685d95816ae087014d24a5e3fe3fc2d1 /meta/recipes-support
parent6bcf8a38541edd0e090902d55e8c26daa11466c5 (diff)
downloadpoky-63454170373818923afbfb4490b1151350c86444.tar.gz
libxslt: use HTTP instead of FTP in SRC_URI
FTP isn't as reliable as HTTP. [ YOCTO #12398 ] (From OE-Core rev: e2573aeeadcd8b34098963ead5667bcdf0517f5e) Signed-off-by: Ross Burton <ross.burton@intel.com> (cherry picked from commit 52263f5f6caeaf215ab96d58218fb5f9a2ed4264) Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support')
-rw-r--r--meta/recipes-support/libxslt/libxslt_1.1.29.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/libxslt/libxslt_1.1.29.bb b/meta/recipes-support/libxslt/libxslt_1.1.29.bb
index d27c706602..5b11bc2287 100644
--- a/meta/recipes-support/libxslt/libxslt_1.1.29.bb
+++ b/meta/recipes-support/libxslt/libxslt_1.1.29.bb
@@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://Copyright;md5=0cd9a07afbeb24026c9b03aecfeba458"
8SECTION = "libs" 8SECTION = "libs"
9DEPENDS = "libxml2" 9DEPENDS = "libxml2"
10 10
11SRC_URI = "ftp://xmlsoft.org/libxslt/libxslt-${PV}.tar.gz \ 11SRC_URI = "http://xmlsoft.org/sources/libxslt-${PV}.tar.gz \
12 file://pkgconfig_fix.patch \ 12 file://pkgconfig_fix.patch \
13 file://0001-Use-pkg-config-to-find-gcrypt-and-libxml2.patch \ 13 file://0001-Use-pkg-config-to-find-gcrypt-and-libxml2.patch \
14 file://0001-Link-libraries-with-libm.patch \ 14 file://0001-Link-libraries-with-libm.patch \