blob: 8d672bb6c94e704dc5094317517167bb05780994 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
inherit gpe
DESCRIPTION = "GPE bluetooth support"
DEPENDS = "gtk+ libdisplaymigration libgpewidget openobex libgpevtype bluez-libs sqlite dbus libglade blueprobe"
RDEPENDS = "bluez-utils blueprobe"
MAINTAINER = "Phil Blundell <pb@handhelds.org>"
SECTION = "gpe"
PRIORITY = "optional"
PR = "r3"
SRC_URI += "file://segfault.patch;patch=1;pnum=0"
FILES_${PN} += '${datadir}/bluez-pin'
|