From: Marcin Juszkiewicz Date: Thu, 16 Nov 2006 08:44:52 +0000 (+0000) Subject: python-itools: fixed SRC_URI X-Git-Tag: Release-2010-05/1~9453^2~451 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=483e16e77a6f92d70994f4c8df996f1e0e2640cc;p=openembedded.git python-itools: fixed SRC_URI --- 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