diff options
Diffstat (limited to 'packages/gpe-bluetooth/gpe-bluetooth_0.44.bb')
-rw-r--r-- | packages/gpe-bluetooth/gpe-bluetooth_0.44.bb | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/packages/gpe-bluetooth/gpe-bluetooth_0.44.bb b/packages/gpe-bluetooth/gpe-bluetooth_0.44.bb new file mode 100644 index 0000000000..6a4e6dc907 --- /dev/null +++ b/packages/gpe-bluetooth/gpe-bluetooth_0.44.bb @@ -0,0 +1,15 @@ +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 = "r0" + +SRC_URI = "${GPE_MIRROR}/${PN}-${PV}.tar.bz2" + +FILES_${PN} += '${datadir}/bluez-pin' + |