aboutsummaryrefslogtreecommitdiffstats
path: root/packages/python
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openembedded.org>2006-11-16 08:44:52 +0000
committerMarcin Juszkiewicz <hrw@openembedded.org>2006-11-16 08:44:52 +0000
commit483e16e77a6f92d70994f4c8df996f1e0e2640cc (patch)
tree9c5bfe026b13d1ca9eafd9dea0a1a2c98009c66b /packages/python
parent4990a1e96ea1ef8f147c9a89bb88908f18dca14f (diff)
downloadopenembedded-483e16e77a6f92d70994f4c8df996f1e0e2640cc.tar.gz
python-itools: fixed SRC_URI
Diffstat (limited to 'packages/python')
-rw-r--r--packages/python/python-itools_0.13.0.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/python/python-itools_0.13.0.bb b/packages/python/python-itools_0.13.0.bb
index 091026c6a6..dbb36e8f4e 100644
--- a/packages/python/python-itools_0.13.0.bb
+++ b/packages/python/python-itools_0.13.0.bb
@@ -5,7 +5,7 @@ LICENSE = "LGPL"
RDEPENDS = "python-core"
SRCNAME = "itools"
-SRC_URI = "http://www.ikaaro.org/download/itools/${SRCNAME}-${PV}.tar.gz"
+SRC_URI = "http://download.ikaaro.org/itools/${SRCNAME}-${PV}.tar.gz"
S = "${WORKDIR}/${SRCNAME}-${PV}"
inherit distutils