diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2006-11-01 14:38:03 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2006-11-01 14:38:03 +0000 |
commit | 94c01cd7637888350e9b27cc1881021e4c7e5e82 (patch) | |
tree | fb9ef9e0dd826701e1d75a79348e06b844ab284d /packages/python | |
parent | 2fe4ef992e254898e60d57803a60c0a3df0df446 (diff) |
python-spyro: fix SRC_URI - close #1543
Diffstat (limited to 'packages/python')
-rw-r--r-- | packages/python/python-spyro_0.9.14.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/python/python-spyro_0.9.14.bb b/packages/python/python-spyro_0.9.14.bb index 745bdfbc5e..9d5a583147 100644 --- a/packages/python/python-spyro_0.9.14.bb +++ b/packages/python/python-spyro_0.9.14.bb @@ -7,7 +7,7 @@ PRIORITY = "optional" LICENSE = "MIT" PR = "ml0" -SRC_URI = "http://lsc.fie.umich.mx/%7esadit/spyro/SPyRO-${PV}.tar.gz" +SRC_URI = "http://lsc.fie.umich.mx/%7esadit/spyro/download/SPyRO-${PV}.tar.gz" S="${WORKDIR}/SPyRO-${PV}" inherit distutils |