summaryrefslogtreecommitdiff
path: root/opie-qcop
diff options
context:
space:
mode:
Diffstat (limited to 'opie-qcop')
-rw-r--r--opie-qcop/opie-qcop_1.0.0.bb0
-rw-r--r--opie-qcop/opie-qcop_1.0.0.oe16
-rw-r--r--opie-qcop/opie-qcop_cvs.bb0
-rw-r--r--opie-qcop/opie-qcop_cvs.oe16
4 files changed, 0 insertions, 32 deletions
diff --git a/opie-qcop/opie-qcop_1.0.0.bb b/opie-qcop/opie-qcop_1.0.0.bb
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/opie-qcop/opie-qcop_1.0.0.bb
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
-}
diff --git a/opie-qcop/opie-qcop_cvs.bb b/opie-qcop/opie-qcop_cvs.bb
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/opie-qcop/opie-qcop_cvs.bb
diff --git a/opie-qcop/opie-qcop_cvs.oe b/opie-qcop/opie-qcop_cvs.oe
deleted file mode 100644
index c2fffa9184..0000000000
--- a/opie-qcop/opie-qcop_cvs.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"
-PV = "1.0.0+cvs-${CVSDATE}"
-
-SRC_URI = "${HANDHELDS_CVS};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
-}