diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2006-11-16 08:44:52 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2006-11-16 08:44:52 +0000 |
commit | 483e16e77a6f92d70994f4c8df996f1e0e2640cc (patch) | |
tree | 9c5bfe026b13d1ca9eafd9dea0a1a2c98009c66b /packages/python | |
parent | 4990a1e96ea1ef8f147c9a89bb88908f18dca14f (diff) |
python-itools: fixed SRC_URI
Diffstat (limited to 'packages/python')
-rw-r--r-- | packages/python/python-itools_0.13.0.bb | 2 |
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 |