From: Marcin Juszkiewicz Date: Tue, 25 Oct 2005 11:25:50 +0000 (+0000) Subject: libxml: fixed SRC_URI for 2.6.7, 2.6.9 versions X-Git-Tag: Release-2010-05/1~9453^2~3195 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9ea7308ca6e63e0573200d11624bff60599ca2d7;p=openembedded.git libxml: fixed SRC_URI for 2.6.7, 2.6.9 versions --- diff --git a/packages/libxml/libxml2_2.6.7.bb b/packages/libxml/libxml2_2.6.7.bb index 9441303e5e..fc04b5e9d3 100644 --- a/packages/libxml/libxml2_2.6.7.bb +++ b/packages/libxml/libxml2_2.6.7.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 diff --git a/packages/libxml/libxml2_2.6.9.bb b/packages/libxml/libxml2_2.6.9.bb index b98f8be47e..745ddacd18 100644 --- a/packages/libxml/libxml2_2.6.9.bb +++ b/packages/libxml/libxml2_2.6.9.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