summaryrefslogtreecommitdiffstats
path: root/meta-eca/recipes-connectivity/bluez5/bluez5_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-eca/recipes-connectivity/bluez5/bluez5_git.bb')
-rw-r--r--meta-eca/recipes-connectivity/bluez5/bluez5_git.bb21
1 files changed, 21 insertions, 0 deletions
diff --git a/meta-eca/recipes-connectivity/bluez5/bluez5_git.bb b/meta-eca/recipes-connectivity/bluez5/bluez5_git.bb
new file mode 100644
index 0000000..f327e9c
--- /dev/null
+++ b/meta-eca/recipes-connectivity/bluez5/bluez5_git.bb
@@ -0,0 +1,21 @@
1require recipes-connectivity/bluez5/bluez5.inc
2
3SRCREV = "cdfdc6b2b6182ef09c28d49873f79c581ab04de5"
4SRC_URI = "\
5 git://git.kernel.org/pub/scm/bluetooth/bluez.git \
6 file://bluetooth.conf \
7 file://fix-udev-paths.patch \
8"
9
10S = "${WORKDIR}/git"
11PV = "5.18+git${SRCPV}"
12
13EXTRA_OECONF += "\
14 --disable-obex \
15 --enable-client \
16"
17
18do_install_append() {
19 # gatttool is useful to have so add it to the bluez5 package
20 install -m 0755 ${S}/attrib/gatttool ${D}/${bindir}
21}