diff options
author | Michael Lauer <mickey@vanille-media.de> | 2004-04-23 22:27:38 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2004-04-23 22:27:38 +0000 |
commit | 0e36ea02fb9e187e200a11e955227981e2d4b6d3 (patch) | |
tree | 1cb44e40910e695c8a33b6d229fded48b96cf1c9 /opie-taskbar/opie-taskbar_cvs.oe | |
parent | 3b24e4b00e8154e3fcd00220456435ecd073f79e (diff) |
Merge bk://openembedded@openembedded.bkbits.net/packages
into r2d2.tm.informatik.uni-frankfurt.de:/home/projekte/packages
2004/04/24 00:27:32+02:00 uni-frankfurt.de!mickey
make the opie packages more consistent
simplify thanks to the new opie.oeclass
use CVSDATE everywhere
BKrev: 4089985apjAk2I8E1b1ckVlvv3RNBw
Diffstat (limited to 'opie-taskbar/opie-taskbar_cvs.oe')
-rw-r--r-- | opie-taskbar/opie-taskbar_cvs.oe | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/opie-taskbar/opie-taskbar_cvs.oe b/opie-taskbar/opie-taskbar_cvs.oe index 3246081690..191f54675c 100644 --- a/opie-taskbar/opie-taskbar_cvs.oe +++ b/opie-taskbar/opie-taskbar_cvs.oe @@ -3,8 +3,9 @@ SECTION = "opie/base" PRIORITY = "optional" MAINTAINER = "Greg Gilbert <greg@treke.net>" LICENSE = "GPL" -DEPENDS = "virtual/libc libopie2" +DEPENDS = "libopie2" PV = "1.1.3-cvs-${CVSDATE}" +APPNAME = "qpe" SRC_URI = "cvs://anoncvs:anoncvs@192.58.209.91/cvs;module=opie/core/apps/calibrate;date=${CVSDATE} \ cvs://anoncvs:anoncvs@192.58.209.91/cvs;module=opie/rsync;date=${CVSDATE} \ @@ -36,5 +37,7 @@ do_install() { install -m 0644 ${WORKDIR}/pics/launcher/*.* ${D}/${palmtopdir}/pics/launcher/ install -m 0644 ${WORKDIR}/root/etc/init.d/opie ${D}/etc/init.d/opie #FIXME use our own - machine dependent - start script +#FIXME why is this still called qpe? it should be called launcher, or taskbar, or opie, or whatever - just not QPE! } +FILES_opie-taskbar_append = " /etc/init.d/opie" |