aboutsummaryrefslogtreecommitdiffstats
path: root/opie-aboutapplet/opie-aboutapplet_cvs.oe
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2004-04-23 22:27:38 +0000
committerMichael Lauer <mickey@vanille-media.de>2004-04-23 22:27:38 +0000
commit0e36ea02fb9e187e200a11e955227981e2d4b6d3 (patch)
tree1cb44e40910e695c8a33b6d229fded48b96cf1c9 /opie-aboutapplet/opie-aboutapplet_cvs.oe
parent3b24e4b00e8154e3fcd00220456435ecd073f79e (diff)
downloadopenembedded-0e36ea02fb9e187e200a11e955227981e2d4b6d3.tar.gz
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-aboutapplet/opie-aboutapplet_cvs.oe')
-rw-r--r--opie-aboutapplet/opie-aboutapplet_cvs.oe10
1 files changed, 3 insertions, 7 deletions
diff --git a/opie-aboutapplet/opie-aboutapplet_cvs.oe b/opie-aboutapplet/opie-aboutapplet_cvs.oe
index d60d061382..d37994a9ad 100644
--- a/opie-aboutapplet/opie-aboutapplet_cvs.oe
+++ b/opie-aboutapplet/opie-aboutapplet_cvs.oe
@@ -5,13 +5,9 @@ MAINTAINER = "Rajko Albrecht <alwin@handhelds.org>"
LICENSE = "GPL"
DEPENDS = "virtual/libc"
PV = "1.1.3-cvs-${CVSDATE}"
+APPNAME = "aboutapplet"
-SRC_URI = "cvs://anoncvs:anoncvs@192.58.209.91/cvs;module=opie/core/applets/aboutapplet"
-S = "${WORKDIR}/aboutapplet"
+SRC_URI = "cvs://anoncvs:anoncvs@192.58.209.91/cvs;module=opie/core/applets/aboutapplet;date=${CVSDATE}"
+S = "${WORKDIR}/${APPNAME}"
inherit opie
-
-do_install() {
- install -d ${D}/${palmtopdir}/plugins/applets/
- install -m 0755 libaboutapplet.so* ${D}/${palmtopdir}/plugins/applets/
-}