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