diff options
-rw-r--r-- | meta/meta-opie.oe | 1 | ||||
-rw-r--r-- | opie-qashmoney/opie-qashmoney_1.1.6.oe | 0 | ||||
-rw-r--r-- | opie-qashmoney/opie-qashmoney_cvs.oe | 23 |
3 files changed, 0 insertions, 24 deletions
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 --- a/opie-qashmoney/opie-qashmoney_1.1.6.oe +++ /dev/null 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 <opie@handhelds.org>" -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}/ -} - |