git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
636c4d4
)
libxml2-native 2.6.10: fix SRC_URI
author
Koen Kooi
<koen@openembedded.org>
Sat, 28 Oct 2006 16:52:31 +0000
(16:52 +0000)
committer
Koen Kooi
<koen@openembedded.org>
Sat, 28 Oct 2006 16:52:31 +0000
(16:52 +0000)
packages/libxml/libxml2-native_2.6.10.bb
patch
|
blob
|
history
diff --git
a/packages/libxml/libxml2-native_2.6.10.bb
b/packages/libxml/libxml2-native_2.6.10.bb
index
dcbb181
..
3f4b1ca
100644
(file)
--- a/
packages/libxml/libxml2-native_2.6.10.bb
+++ b/
packages/libxml/libxml2-native_2.6.10.bb
@@
-1,6
+1,6
@@
DESCRIPTION = "GNOME XML library"
-SRC_URI = "
http://xmlsoft.org/sources
/libxml2-${PV}.tar.gz"
+SRC_URI = "
ftp://xmlsoft.org/libxml2/old
/libxml2-${PV}.tar.gz"
FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/libxml2-${PV}"
S = "${WORKDIR}/libxml2-${PV}"