diff options
author | Michael Lauer <mickey@vanille-media.de> | 2007-08-16 07:50:42 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2007-08-16 07:50:42 +0000 |
commit | 32d0a845d2ded7ac168297c7c4de8fcbfb776c84 (patch) | |
tree | 60fe3422f4672f9fb372861a1e6ea52542086a05 /packages/python | |
parent | 34591bcc1eda47cacc1736525ee6578904ba278a (diff) |
python-pyweather: update to 0.7.0
Diffstat (limited to 'packages/python')
-rw-r--r-- | packages/python/python-pyweather_0.7.0.bb (renamed from packages/python/python-pyweather_0.5.0.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/python/python-pyweather_0.5.0.bb b/packages/python/python-pyweather_0.7.0.bb index 4a51d6eb9b..5c643fa5c0 100644 --- a/packages/python/python-pyweather_0.5.0.bb +++ b/packages/python/python-pyweather_0.7.0.bb @@ -3,10 +3,10 @@ that are capable of performing conversion calculations for many common meteorolo SECTION = "devel/python" PRIORITY = "optional" LICENSE = "GPL" -SRCNAME = "pyweather" +SRCNAME = "weather" PR = "ml0" SRC_URI = "${SOURCEFORGE_MIRROR}/meta-tools/${SRCNAME}-${PV}.tar.gz" -S = "${WORKDIR}/weather-${PV}" +S = "${WORKDIR}/${SRCNAME}-${PV}" inherit distutils |