diff options
author | Ross Burton <ross.burton@intel.com> | 2017-10-16 12:57:42 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-10-16 23:52:44 +0100 |
commit | acc23e16feeb84008babd08f705d2c2c57a8e2b5 (patch) | |
tree | 24e45a710409bd9e183c05f7b8dfee881148453d | |
parent | 55db269ae9a5a334e3d98e9b63ee5d78c562609a (diff) | |
download | poky-acc23e16feeb84008babd08f705d2c2c57a8e2b5.tar.gz |
libxml2: use HTTP instead of FTP in SRC_URI
HTTP is more reliable in general so use it instead of FTP.
(From OE-Core rev: bdc71968923941b0720d34a5ce06d82ab2a63b4f)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-core/libxml/libxml2_2.9.4.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/libxml/libxml2_2.9.4.bb b/meta/recipes-core/libxml/libxml2_2.9.4.bb index ec2d25a2da..9adb29cfdd 100644 --- a/meta/recipes-core/libxml/libxml2_2.9.4.bb +++ b/meta/recipes-core/libxml/libxml2_2.9.4.bb | |||
@@ -11,7 +11,7 @@ LIC_FILES_CHKSUM = "file://Copyright;md5=2044417e2e5006b65a8b9067b683fcf1 \ | |||
11 | 11 | ||
12 | DEPENDS = "zlib virtual/libiconv" | 12 | DEPENDS = "zlib virtual/libiconv" |
13 | 13 | ||
14 | SRC_URI = "ftp://xmlsoft.org/libxml2/libxml2-${PV}.tar.gz;name=libtar \ | 14 | SRC_URI = "http://www.xmlsoft.org/sources/libxml2-${PV}.tar.gz;name=libtar \ |
15 | http://www.w3.org/XML/Test/xmlts20080827.tar.gz;name=testtar \ | 15 | http://www.w3.org/XML/Test/xmlts20080827.tar.gz;name=testtar \ |
16 | file://libxml-64bit.patch \ | 16 | file://libxml-64bit.patch \ |
17 | file://ansidecl.patch \ | 17 | file://ansidecl.patch \ |