diff options
Diffstat (limited to 'opie-bluetoothapplet')
-rw-r--r-- | opie-bluetoothapplet/opie-bluetoothapplet_1.1.7.bb | 0 | ||||
-rw-r--r-- | opie-bluetoothapplet/opie-bluetoothapplet_1.1.7.oe | 21 | ||||
-rw-r--r-- | opie-bluetoothapplet/opie-bluetoothapplet_cvs.bb | 0 | ||||
-rw-r--r-- | opie-bluetoothapplet/opie-bluetoothapplet_cvs.oe | 20 |
4 files changed, 0 insertions, 41 deletions
diff --git a/opie-bluetoothapplet/opie-bluetoothapplet_1.1.7.bb b/opie-bluetoothapplet/opie-bluetoothapplet_1.1.7.bb new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/opie-bluetoothapplet/opie-bluetoothapplet_1.1.7.bb diff --git a/opie-bluetoothapplet/opie-bluetoothapplet_1.1.7.oe b/opie-bluetoothapplet/opie-bluetoothapplet_1.1.7.oe deleted file mode 100644 index 92ce696f62..0000000000 --- a/opie-bluetoothapplet/opie-bluetoothapplet_1.1.7.oe +++ /dev/null @@ -1,21 +0,0 @@ -DESCRIPTION = "Opie Bluetooth Applet" -SECTION = "opie/applets" -PRIORITY = "optional" -MAINTAINER = "Team Opie <opie@handhelds.org>" -LICENSE = "GPL" -DEPENDS = "libopietooth1" - -APPNAME = "bluetoothapplet" - -TAG = "${@'v' + oe.data.getVar('PV',d,1).replace('.', '_')}" -SRC_URI = "${HANDHELDS_CVS};tag=${TAG};module=opie/noncore/net/opietooth/applet \ - ${HANDHELDS_CVS};tag=${TAG};module=opie/pics/bluetoothapplet" -S = "${WORKDIR}/applet" - -inherit opie - -do_install() { - install -d ${D}${palmtopdir}/pics/bluetoothapplet - install -m 0644 ${WORKDIR}/bluetoothapplet/*.png ${D}${palmtopdir}/pics/bluetoothapplet -} - diff --git a/opie-bluetoothapplet/opie-bluetoothapplet_cvs.bb b/opie-bluetoothapplet/opie-bluetoothapplet_cvs.bb new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/opie-bluetoothapplet/opie-bluetoothapplet_cvs.bb diff --git a/opie-bluetoothapplet/opie-bluetoothapplet_cvs.oe b/opie-bluetoothapplet/opie-bluetoothapplet_cvs.oe deleted file mode 100644 index 5773601350..0000000000 --- a/opie-bluetoothapplet/opie-bluetoothapplet_cvs.oe +++ /dev/null @@ -1,20 +0,0 @@ -DESCRIPTION = "Opie Bluetooth Applet" -SECTION = "opie/applets" -PRIORITY = "optional" -MAINTAINER = "Team Opie <opie@handhelds.org>" -LICENSE = "GPL" -DEPENDS = "libopietooth1" -PV = "1.1.7+cvs-${CVSDATE}" -APPNAME = "bluetoothapplet" - -SRC_URI = "${HANDHELDS_CVS};module=opie/noncore/net/opietooth/applet \ - ${HANDHELDS_CVS};module=opie/pics/bluetoothapplet" -S = "${WORKDIR}/applet" - -inherit opie - -do_install() { - install -d ${D}${palmtopdir}/pics/bluetoothapplet - install -m 0644 ${WORKDIR}/bluetoothapplet/*.png ${D}${palmtopdir}/pics/bluetoothapplet -} - |