diff options
Diffstat (limited to 'packages/opie-today-weatherplugin/opie-today-weatherplugin_1.1.9.bb')
-rw-r--r-- | packages/opie-today-weatherplugin/opie-today-weatherplugin_1.1.9.bb | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/packages/opie-today-weatherplugin/opie-today-weatherplugin_1.1.9.bb b/packages/opie-today-weatherplugin/opie-today-weatherplugin_1.1.9.bb deleted file mode 100644 index ac3a3503d8..0000000000 --- a/packages/opie-today-weatherplugin/opie-today-weatherplugin_1.1.9.bb +++ /dev/null @@ -1,24 +0,0 @@ -DESCRIPTION = "Weather plugin for Today" -SECTION = "opie/today" -PRIORITY = "optional" -MAINTAINER = "Team Opie <opie@handhelds.org>" -LICENSE = "GPL" -DEPENDS = "libopiecore2 libopiepim2" -RDEPENDS = "opie-today" - -APPNAME = "todayweatherplugin" - - -SRC_URI = "${HANDHELDS_CVS};tag=${TAG};module=opie/noncore/todayplugins/weather \ - ${HANDHELDS_CVS};tag=${TAG};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}/ -} - |