bluez5: Install the bluetooth library

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

(From OE-Core rev: bf7415366646db7661795620fa1ab2e78b12d947)

Signed-off-by: Mihai Prica <mihai.prica@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Mihai Prica 2013-09-06 17:49:00 +03:00 committed by Richard Purdie
parent 76e8678c2f
commit 9d33660972
1 changed files with 1 additions and 0 deletions

View 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() {