aboutsummaryrefslogtreecommitdiffstats
path: root/libopietooth
diff options
context:
space:
mode:
Diffstat (limited to 'libopietooth')
-rw-r--r--libopietooth/libopietooth1_1.1.7.bb0
-rw-r--r--libopietooth/libopietooth1_1.1.7.oe24
-rw-r--r--libopietooth/libopietooth1_cvs.bb0
-rw-r--r--libopietooth/libopietooth1_cvs.oe24
4 files changed, 0 insertions, 48 deletions
diff --git a/libopietooth/libopietooth1_1.1.7.bb b/libopietooth/libopietooth1_1.1.7.bb
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/libopietooth/libopietooth1_1.1.7.bb
diff --git a/libopietooth/libopietooth1_1.1.7.oe b/libopietooth/libopietooth1_1.1.7.oe
deleted file mode 100644
index a7f909c2f5..0000000000
--- a/libopietooth/libopietooth1_1.1.7.oe
+++ /dev/null
@@ -1,24 +0,0 @@
-DESCRIPTION = "Opie Bluetooth library"
-SECTION = "opie/libs"
-PRIORITY = "optional"
-DEPENDS = "libopie2"
-MAINTAINER = "Team Opie <opie@handhelds.org>
-LICENSE = "LGPL"
-
-TAG = "${@'v' + oe.data.getVar('PV',d,1).replace('.', '_')}"
-SRC_URI = "${HANDHELDS_CVS};tag=${TAG};module=opie/noncore/net/opietooth/lib"
-
-inherit opie
-
-
-S = "${WORKDIR}/lib"
-
-do_stage() {
- install -m 0644 *.h ${STAGING_INCDIR}/
- oe_libinstall -so libopietooth1 ${STAGING_LIBDIR}/
-}
-
-do_install() {
- oe_libinstall -so libopietooth1 ${D}/${palmtopdir}/lib
-}
-
diff --git a/libopietooth/libopietooth1_cvs.bb b/libopietooth/libopietooth1_cvs.bb
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/libopietooth/libopietooth1_cvs.bb
diff --git a/libopietooth/libopietooth1_cvs.oe b/libopietooth/libopietooth1_cvs.oe
deleted file mode 100644
index 690b8d6a72..0000000000
--- a/libopietooth/libopietooth1_cvs.oe
+++ /dev/null
@@ -1,24 +0,0 @@
-DESCRIPTION = "Opie Bluetooth library"
-SECTION = "opie/libs"
-PRIORITY = "optional"
-DEPENDS = "libopie2"
-MAINTAINER = "Team Opie <opie@handhelds.org>"
-LICENSE = "LGPL"
-PR = "r1"
-
-SRC_URI = "${HANDHELDS_CVS};module=opie/noncore/net/opietooth/lib"
-PV = "1.1.7+cvs-${CVSDATE}"
-
-inherit opie
-
-S = "${WORKDIR}/lib"
-
-do_stage() {
- install -m 0644 *.h ${STAGING_INCDIR}/
- oe_libinstall -so libopietooth1 ${STAGING_LIBDIR}/
-}
-
-do_install() {
- oe_libinstall -so libopietooth1 ${D}/${palmtopdir}/lib
-}
-