blob: 074b31ae468329b6c33746e071c1ba71ad476ae0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
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 = "r5"
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"
|