]> code.ossystems Code Review - openembedded-core.git/commitdiff
libxml2: use HTTP instead of FTP in SRC_URI
authorRoss Burton <ross.burton@intel.com>
Mon, 16 Oct 2017 11:57:42 +0000 (12:57 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 16 Oct 2017 22:52:04 +0000 (23:52 +0100)
HTTP is more reliable in general so use it instead of FTP.

Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-core/libxml/libxml2_2.9.4.bb

index ec2d25a2da70df349a16f4052451ebf8460e50c1..9adb29cfdd716e0cb777bb6b5daddb9a8aabbd82 100644 (file)
@@ -11,7 +11,7 @@ LIC_FILES_CHKSUM = "file://Copyright;md5=2044417e2e5006b65a8b9067b683fcf1 \
 
 DEPENDS = "zlib virtual/libiconv"
 
-SRC_URI = "ftp://xmlsoft.org/libxml2/libxml2-${PV}.tar.gz;name=libtar \
+SRC_URI = "http://www.xmlsoft.org/sources/libxml2-${PV}.tar.gz;name=libtar \
            http://www.w3.org/XML/Test/xmlts20080827.tar.gz;name=testtar \
            file://libxml-64bit.patch \
            file://ansidecl.patch \