From: Michael Lauer Date: Thu, 4 Nov 2004 10:34:15 +0000 (+0000) Subject: remove opie-qashmoney from OE. It's unsupported in Opie since today X-Git-Tag: Release-2010-05/1~16392 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=809eb486cb0c6159cef2162dca06ce1d9b1d8c37;p=openembedded.git remove opie-qashmoney from OE. It's unsupported in Opie since today BKrev: 418a05a7LVnmaQDT3YNgoHfoWaV7Eg --- diff --git a/meta/meta-opie.oe b/meta/meta-opie.oe index 4b984a6665..77e6e044b3 100644 --- a/meta/meta-opie.oe +++ b/meta/meta-opie.oe @@ -88,7 +88,6 @@ opie-mobilemsg \ opie-odict \ opie-oxygen \ opie-performance \ -opie-qashmoney \ opie-rdesktop \ opie-reader \ opie-remote \ diff --git a/opie-qashmoney/opie-qashmoney_1.1.6.oe b/opie-qashmoney/opie-qashmoney_1.1.6.oe deleted file mode 100644 index e69de29bb2..0000000000 diff --git a/opie-qashmoney/opie-qashmoney_cvs.oe b/opie-qashmoney/opie-qashmoney_cvs.oe deleted file mode 100644 index b8af94c86c..0000000000 --- a/opie-qashmoney/opie-qashmoney_cvs.oe +++ /dev/null @@ -1,23 +0,0 @@ -DESCRIPTION = "QashMoney" -SECTION = "opie/applications" -PRIORITY = "optional" -MAINTAINER = "Team Opie " -LICENSE = "GPL" -PV = "1.1.6+cvs-${CVSDATE}" -APPNAME = "qashmoney" -APPTYPE = "binary" - -SRC_URI = "cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=opie/noncore/apps/qashmoney \ - cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=opie/pics \ - cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=opie/apps" - -S = "${WORKDIR}/qashmoney" - -inherit opie - -# FILES -do_install() { - install -d ${D}${palmtopdir}/pics/${APPNAME}/ - install -m 0644 ${WORKDIR}/pics/${APPNAME}/*.png ${D}${palmtopdir}/pics/${APPNAME}/ -} -