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:03:57 +0000 |
commit | 56612146f3c30261b498ea9c2facdfa7042ae0f4 (patch) | |
tree | f65a7f1222cb06e71fc896afc6426954d0b0044d /meta | |
parent | 2293d7b67724d6dbb8cb7293ad7cadad3bce5067 (diff) | |
download | poky-56612146f3c30261b498ea9c2facdfa7042ae0f4.tar.gz |
libxslt: use HTTP instead of FTP in SRC_URI
FTP isn't as reliable as HTTP.
[ YOCTO #12398 ]
(From OE-Core rev: 52263f5f6caeaf215ab96d58218fb5f9a2ed4264)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-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" | |||
8 | SECTION = "libs" | 8 | SECTION = "libs" |
9 | DEPENDS = "libxml2" | 9 | DEPENDS = "libxml2" |
10 | 10 | ||
11 | SRC_URI = "ftp://xmlsoft.org/libxslt/libxslt-${PV}.tar.gz \ | 11 | SRC_URI = "http://xmlsoft.org/sources/libxslt-${PV}.tar.gz \ |
12 | file://pkgconfig_fix.patch \ | 12 | file://pkgconfig_fix.patch \ |
13 | " | 13 | " |
14 | 14 | ||