diff options
-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 |