diff options
author | Michael Lauer <mickey@vanille-media.de> | 2005-02-02 22:07:05 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2005-02-02 22:07:05 +0000 |
commit | 73ef7b5c0de85525c666e4cb8e0421bae4ec147e (patch) | |
tree | 6ab35cf3505f2ae8069386dd705f8a00f23d8265 /packages/opie-today-weatherplugin | |
parent | 7b57ac2ec7359b00a7ab046a40ab037cb90177c2 (diff) |
compute TAG line in opie.bbclass instead of in (all) opie files
BKrev: 42014f09KAfHSQPBUOyP1omr2yGkzA
Diffstat (limited to 'packages/opie-today-weatherplugin')
-rw-r--r-- | packages/opie-today-weatherplugin/opie-today-weatherplugin_1.1.9.bb | 24 |
1 files changed, 24 insertions, 0 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 index e69de29bb2..ac3a3503d8 100644 --- a/packages/opie-today-weatherplugin/opie-today-weatherplugin_1.1.9.bb +++ b/packages/opie-today-weatherplugin/opie-today-weatherplugin_1.1.9.bb @@ -0,0 +1,24 @@ +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}/ +} + |