diff options
Diffstat (limited to 'packages/gpe-bluetooth/gpe-bluetooth_0.45.bb')
-rw-r--r-- | packages/gpe-bluetooth/gpe-bluetooth_0.45.bb | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/packages/gpe-bluetooth/gpe-bluetooth_0.45.bb b/packages/gpe-bluetooth/gpe-bluetooth_0.45.bb deleted file mode 100644 index cce7301b38..0000000000 --- a/packages/gpe-bluetooth/gpe-bluetooth_0.45.bb +++ /dev/null @@ -1,22 +0,0 @@ -LICENSE = "GPL" -inherit gpe autotools - -DESCRIPTION = "GPE bluetooth support" -DEPENDS = "gtk+ libdisplaymigration libgpewidget openobex libgpevtype bluez-libs sqlite dbus libglade blueprobe bluez-utils-dbus" -RDEPENDS = "bluez-utils-dbus blueprobe" -MAINTAINER = "Phil Blundell <pb@handhelds.org>" -SECTION = "gpe" -PRIORITY = "optional" -PR = "r1" - -SRC_URI = "${GPE_MIRROR}/${PN}-${PV}.tar.bz2 \ - file://bluez-pin-gpe.glade" - -FILES_${PN} += '${datadir}/bluez-pin' - -do_install_append() { -install -d ${D}${datadir}/bluez-pin -install -m 644 ${WORKDIR}/bluez-pin-gpe.glade ${D}${datadir}/bluez-pin/ - -} - |