mirror of
https://git.yoctoproject.org/poky
synced 2026-04-29 09:32:11 +02:00
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:
committed by
Richard Purdie
parent
76e8678c2f
commit
9d33660972
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user