]> code.ossystems Code Review - openembedded-core.git/commitdiff
bluez5: Install the bluetooth library
authorMihai Prica <mihai.prica@intel.com>
Fri, 6 Sep 2013 14:49:00 +0000 (17:49 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 6 Sep 2013 22:01:52 +0000 (23:01 +0100)
Bluez5 doesn't install libbluetooth by default. This is required
by connman, ofono or other packages.

Signed-off-by: Mihai Prica <mihai.prica@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-connectivity/bluez5/bluez5.inc

index 2fae7fbccc0d5c2f91398b7be65c978401ecae84..e2b71699a054a125e387970e3fb244a1dd361a6c 100644 (file)
@@ -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() {