libxml: fixed SRC_URI for 2.6.7, 2.6.9 versions
authorMarcin Juszkiewicz <hrw@openembedded.org>
Tue, 25 Oct 2005 11:25:50 +0000 (11:25 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Tue, 25 Oct 2005 11:25:50 +0000 (11:25 +0000)
packages/libxml/libxml2_2.6.7.bb
packages/libxml/libxml2_2.6.9.bb

index 9441303..fc04b5e 100644 (file)
@@ -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 
 
index b98f8be..745ddac 100644 (file)
@@ -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