From 0e36ea02fb9e187e200a11e955227981e2d4b6d3 Mon Sep 17 00:00:00 2001 From: Michael Lauer Date: Fri, 23 Apr 2004 22:27:38 +0000 Subject: 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 --- opie-aboutapplet/opie-aboutapplet_cvs.oe | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'opie-aboutapplet/opie-aboutapplet_cvs.oe') 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 " 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/ -} -- cgit v1.2.3