blob: 1ef0a4a3901f9d2d8991c8f77a3781e30af50870 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
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 = "r6"
FILES_${PN} += '${datadir}/bluez-pin'
SRC_URI += "file://change-sdp-to-bluetooth.patch;patch=1 \
file://icon-resize.patch;patch=1 \
file://hciattach-path.patch;patch=1 \
file://dbus-service-name.patch;patch=1"
|