aboutsummaryrefslogtreecommitdiffstats
path: root/gpe-bluetooth/gpe-bluetooth_0.36.3.oe
blob: 2764d715750115c4a8c85b19f315a2f68c8b5b87 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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 = "r1"

FILES_${PN} += '${datadir}/bluez-pin'

SRC_URI = "${GPE_MIRROR}/gpe-bluetooth-${PV}.tar.gz"

pkg_postinst() {
	chmod u+s /sbin/hciattach /sbin/hciconfig /usr/lib/gpe-bluetooth/bnep-helper /usr/lib/gpe-bluetooth/rfcomm-helper
}