aboutsummaryrefslogtreecommitdiffstats
path: root/packages/libxml
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openembedded.org>2005-10-25 11:25:50 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-10-25 11:25:50 +0000
commit9ea7308ca6e63e0573200d11624bff60599ca2d7 (patch)
treeffe8fb3700a7df9e7b249f43be7985aa545f50f4 /packages/libxml
parente2b65b789da6630735f6a5e37546e70780ecaf44 (diff)
downloadopenembedded-9ea7308ca6e63e0573200d11624bff60599ca2d7.tar.gz
libxml: fixed SRC_URI for 2.6.7, 2.6.9 versions
Diffstat (limited to 'packages/libxml')
-rw-r--r--packages/libxml/libxml2_2.6.7.bb2
-rw-r--r--packages/libxml/libxml2_2.6.9.bb2
2 files changed, 2 insertions, 2 deletions
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