diff options
Diffstat (limited to 'packages/opie-today-weatherplugin/opie-today-weatherplugin_cvs.bb')
-rw-r--r-- | packages/opie-today-weatherplugin/opie-today-weatherplugin_cvs.bb | 24 |
1 files changed, 4 insertions, 20 deletions
diff --git a/packages/opie-today-weatherplugin/opie-today-weatherplugin_cvs.bb b/packages/opie-today-weatherplugin/opie-today-weatherplugin_cvs.bb index 8a636c2410..94f06b4550 100644 --- a/packages/opie-today-weatherplugin/opie-today-weatherplugin_cvs.bb +++ b/packages/opie-today-weatherplugin/opie-today-weatherplugin_cvs.bb @@ -1,23 +1,7 @@ -DESCRIPTION = "Weather plugin for Today" -SECTION = "opie/today" -PRIORITY = "optional" -MAINTAINER = "Team Opie <opie@handhelds.org>" -LICENSE = "GPL" -DEPENDS = "libopiecore2 libopiepim2" -RDEPENDS = "opie-today" -PV = "1.1.9+cvs-${CVSDATE}" -APPNAME = "todayweatherplugin" +include ${PN}.inc + +PV = "1.2.0+cvs-${CVSDATE}" +PR = "r0" SRC_URI = "${HANDHELDS_CVS};module=opie/noncore/todayplugins/weather \ ${HANDHELDS_CVS};module=opie/pics" - -S = "${WORKDIR}/weather" - -inherit opie - -# FILES plugins/today/libtodayweatherplugin.so* pics/todayweatherplugin -do_install() { - install -d ${D}${palmtopdir}/pics/${APPNAME}/ - install -m 0644 ${WORKDIR}/pics/${APPNAME}/*.png ${D}${palmtopdir}/pics/${APPNAME}/ -} - |