summaryrefslogtreecommitdiffstats
path: root/meta-eca/recipes-connectivity/bluez5/bluez5_git.bb
blob: f327e9c3fb51c21dd7fee4e904d58b2a25edcd20 (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 = "cdfdc6b2b6182ef09c28d49873f79c581ab04de5"
SRC_URI = "\
	git://git.kernel.org/pub/scm/bluetooth/bluez.git \
	file://bluetooth.conf \
	file://fix-udev-paths.patch \
"

S = "${WORKDIR}/git"
PV = "5.18+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}
}