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-alarm | |
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-alarm')
-rw-r--r-- | opie-alarm/opie-alarm_cvs.oe | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/opie-alarm/opie-alarm_cvs.oe b/opie-alarm/opie-alarm_cvs.oe index 586954a102..d81c190bef 100644 --- a/opie-alarm/opie-alarm_cvs.oe +++ b/opie-alarm/opie-alarm_cvs.oe @@ -6,19 +6,14 @@ LICENSE = "GPL" DEPENDS = "virtual/libc" PV = "1.1.3-cvs-${CVSDATE}" -SRC_URI = "cvs://anoncvs:anoncvs@192.58.209.91/cvs;module=opie/core/opiealarm" +SRC_URI = "cvs://anoncvs:anoncvs@192.58.209.91/cvs;module=opie/core/opiealarm;date=${CVSDATE}" S = "${WORKDIR}/opiealarm" -inherit opie - -do_configure() { -} -do_compile() { - oe_runmake - -} +inherit palmtop do_install() { install -d ${D}/${palmtopdir}/bin/ install -m 0755 ${S}/opiealarm ${D}/${palmtopdir}/bin/ } + +#FIXME add suspend/resume scripts |