diff options
-rw-r--r-- | packages/libxml/libxml2_2.6.10.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/libxml/libxml2_2.6.10.bb b/packages/libxml/libxml2_2.6.10.bb index b98f8be47e..745ddacd18 100644 --- a/packages/libxml/libxml2_2.6.10.bb +++ b/packages/libxml/libxml2_2.6.10.bb @@ -9,7 +9,7 @@ PACKAGES = "${PN}-dev ${PN}-utils ${PN} ${PN}-doc ${PN}-locale" FILES_${PN}-dev += "${bindir}/xml-config" FILES_${PN}-utils += "${bindir}" -SRC_URI = "http://xmlsoft.org/sources/libxml2-${PV}.tar.gz" +SRC_URI = "http://xmlsoft.org/sources/old/libxml2-${PV}.tar.gz" inherit autotools pkgconfig |