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

git at git.openembedded.org git at git.openembedded.org
Fri Sep 6 22:00:04 UTC 2013


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

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