aboutsummaryrefslogtreecommitdiffstats
path: root/opie-mobilemsg/opie-mobilemsg_1.1.7.oe
diff options
context:
space:
mode:
Diffstat (limited to 'opie-mobilemsg/opie-mobilemsg_1.1.7.oe')
-rw-r--r--opie-mobilemsg/opie-mobilemsg_1.1.7.oe27
1 files changed, 0 insertions, 27 deletions
diff --git a/opie-mobilemsg/opie-mobilemsg_1.1.7.oe b/opie-mobilemsg/opie-mobilemsg_1.1.7.oe
deleted file mode 100644
index c91f80e399..0000000000
--- a/opie-mobilemsg/opie-mobilemsg_1.1.7.oe
+++ /dev/null
@@ -1,27 +0,0 @@
-DESCRIPTION = "Mobile Messaging"
-SECTION = "opie/applications"
-PRIORITY = "optional"
-MAINTAINER = "Team Opie <opie@handhelds.org>"
-LICENSE = "GPL"
-
-APPNAME = "mobilemsg"
-APPTYPE = "binary"
-
-TAG = "${@'v' + oe.data.getVar('PV',d,1).replace('.', '_')}"
-SRC_URI = "${HANDHELDS_CVS};tag=${TAG};module=opie/noncore/comm/mobilemsg \
- ${HANDHELDS_CVS};module=opie/pics \
- ${HANDHELDS_CVS};tag=${TAG};module=opie/apps"
-
-S = "${WORKDIR}/${APPNAME}"
-
-inherit opie
-
-# FILES plugins/application/libmobilemsg.so* bin/mobilemsg apps/Applications/mobilemsg.desktop pics/mobilemsg
-
-do_install() {
-}
-
-do_install_prepend() {
- install -d ${D}${palmtopdir}/pics/mobilemsg/
- install -m 0644 ${WORKDIR}/pics/mobilemsg/*.png ${D}${palmtopdir}/pics/mobilemsg/
-}