summaryrefslogtreecommitdiff
path: root/bluez-utils/bluez-utils_2.9.oe
blob: 05b91735129d3c63169864df0815e401ee80d0e1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
DESCRIPTION = "Linux Bluetooth Stack Userland Utilities."
SECTION = "libs"
PRIORITY = "optional"
DEPENDS = "bluez-libs"
RPROVIDES = "bluez-pan bluez-sdp"
PR = "r2"

SRC_URI = "http://bluez.sourceforge.net/download/bluez-utils-${PV}.tar.gz"

EXTRA_OECONF = "--with-bluez-libs=${STAGING_LIBDIR} --with-bluez-includes=${STAGING_INCDIR}"

do_install_append() {
	install -d ${D}/sbin ${D}/bin/
	mv ${D}${sbindir}/* ${D}/sbin/
	mv ${D}${bindir}/* ${D}/bin/
	rmdir ${D}${bindir} ${D}${sbindir}
	chmod u+s ${D}/sbin/hciattach ${D}/sbin/hciconfig
}

inherit autotools update-rc.d

INITSCRIPT_NAME = "bluetooth"
INITSCRIPT_PARAMS = "defaults"