aboutsummaryrefslogtreecommitdiffstats
path: root/opie-qcop/opie-qcop_1.0.0.oe
diff options
context:
space:
mode:
Diffstat (limited to 'opie-qcop/opie-qcop_1.0.0.oe')
-rw-r--r--opie-qcop/opie-qcop_1.0.0.oe16
1 files changed, 0 insertions, 16 deletions
diff --git a/opie-qcop/opie-qcop_1.0.0.oe b/opie-qcop/opie-qcop_1.0.0.oe
deleted file mode 100644
index cfe4588c35..0000000000
--- a/opie-qcop/opie-qcop_1.0.0.oe
+++ /dev/null
@@ -1,16 +0,0 @@
-DESCRIPTION = "Opie QCOP IPC Client"
-SECTION = "opie/base"
-PRIORITY = "optional"
-MAINTAINER = "Team Opie <opie@handhelds.org>"
-LICENSE = "GPL"
-
-TAG = "v1_1_6"
-SRC_URI = "${HANDHELDS_CVS};tag=${TAG};module=opie/core/apps/qcop"
-S = "${WORKDIR}/qcop"
-
-inherit opie
-
-do_install() {
- install -d ${D}/${palmtopdir}/bin/
- install -m 0755 ${S}/qcop ${D}/${palmtopdir}/bin/qcop
-}