From 6b4c82f4657bdb56e6b7a56651d6d4bb91a35b8f Mon Sep 17 00:00:00 2001 From: Adrian Dudau Date: Thu, 26 Jun 2014 13:29:32 +0200 Subject: initial commit for Enea Linux 4.0 Migrated from the internal git server on the daisy-enea branch Signed-off-by: Adrian Dudau --- meta-eca/recipes-connectivity/bluez5/bluez5_git.bb | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 meta-eca/recipes-connectivity/bluez5/bluez5_git.bb (limited to 'meta-eca/recipes-connectivity/bluez5/bluez5_git.bb') 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 @@ +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} +} -- cgit v1.2.3-54-g00ecf