From: Michael Lauer Date: Thu, 1 Jun 2006 16:05:28 +0000 (+0000) Subject: python-spydi: fix SRC_URI X-Git-Tag: Release-2010-05/1~9453^2~1512^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7568ae609816aaa8efaaaa000d80a76b4eef4ec5;p=openembedded.git python-spydi: fix SRC_URI --- diff --git a/packages/python/python-spydi_0.9.3.bb b/packages/python/python-spydi_0.9.3.bb index ebf7d166c2..e20bf754de 100644 --- a/packages/python/python-spydi_0.9.3.bb +++ b/packages/python/python-spydi_0.9.3.bb @@ -9,7 +9,7 @@ PRIORITY = "optional" LICENSE = "MIT" PR = "ml0" -SRC_URI = "http://lsc.fie.umich.mx/%7esadit/spyro/spydi-${PV}.tgz" +SRC_URI = "http://lsc.fie.umich.mx/%7esadit/spyro/SPyDI-${PV}.tar.gz" S = "${WORKDIR}/SPyDI-${PV}" inherit distutils