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