aboutsummaryrefslogtreecommitdiffstats
path: root/meta-eca/recipes-connectivity/bluez5/bluez5_git.bb
blob: 1a8a95626bf752de0d46d75dc2955f570e16113a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
require recipes-connectivity/bluez5/bluez5.inc

SRCREV = "fa3be045a68eb6874f31f43a0ce79a8183cdde6d"
SRC_URI = "\
	git://git.kernel.org/pub/scm/bluetooth/bluez.git \
	file://bluetooth.conf \
	file://fix-udev-paths.patch \
"

S = "${WORKDIR}/git"
PV = "5.30+git${SRCPV}"

EXTRA_OECONF += "\
    --disable-obex \
    --enable-client \
"

do_install_append() {
	# gatttool is useful to have so add it to the bluez5 package
	install -m 0755 ${S}/attrib/gatttool ${D}/${bindir}
}