blob: 80076dab01f4095f61fb4b4fee67fe093e6411c3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
LICENSE = "GPL"
inherit gpe
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"
FILES_${PN} += '${datadir}/bluez-pin'
|