[oe-commits] Mihai Prica : bluez5: Install the bluetooth library

git at git.openembedded.org git at git.openembedded.org
Fri Sep 6 21:59:59 UTC 2013


Module: openembedded-core.git
Branch: master-next
Commit: bf7415366646db7661795620fa1ab2e78b12d947
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=bf7415366646db7661795620fa1ab2e78b12d947

Author: Mihai Prica <mihai.prica at intel.com>
Date:   Fri Sep  6 17:49:00 2013 +0300

bluez5: Install the bluetooth library

Bluez5 doesn't install libbluetooth by default. This is required
by connman, ofono or other packages.

Signed-off-by: Mihai Prica <mihai.prica at intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-connectivity/bluez5/bluez5.inc |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/meta/recipes-connectivity/bluez5/bluez5.inc b/meta/recipes-connectivity/bluez5/bluez5.inc
index 2fae7fb..e2b7169 100644
--- a/meta/recipes-connectivity/bluez5/bluez5.inc
+++ b/meta/recipes-connectivity/bluez5/bluez5.inc
@@ -36,6 +36,7 @@ EXTRA_OECONF = "\
   --enable-test \
   --enable-datafiles \
   ${@base_contains('DISTRO_FEATURES', 'systemd', '--with-systemdunitdir=${systemd_unitdir}/system/', '--disable-systemd', d)} \
+  --enable-library \
 "
 
 do_install_append() {



More information about the Openembedded-commits mailing list