diff options
Diffstat (limited to 'opie-bluetoothapplet/opie-bluetoothapplet_cvs.oe')
-rw-r--r-- | opie-bluetoothapplet/opie-bluetoothapplet_cvs.oe | 20 |
1 files changed, 0 insertions, 20 deletions
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 -} - |