mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 17:19:20 +00:00
connman: use DISTRO_FEATURES to enable wifi and bluetooth
As wifi and bluetooth is set in DISTRO_FEATURES, connman should respect this during configuring. (From OE-Core rev: 869a1efee685d59c762b965b98ac9c247be68c29) Signed-off-by: Anders Darander <anders@chargestorm.se> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
17f8e984cf
commit
08a5e24689
@@ -8,8 +8,8 @@ EXTRA_OECONF += "\
|
||||
--enable-threads \
|
||||
--enable-loopback \
|
||||
--enable-ethernet \
|
||||
--enable-wifi \
|
||||
--enable-bluetooth \
|
||||
${@base_contains('DISTRO_FEATURES', 'wifi','--enable-wifi', '--disable-wifi', d)} \
|
||||
${@base_contains('DISTRO_FEATURES', 'bluetooth','--enable-bluetooth', '--disable-bluetooth', d)} \
|
||||
--enable-dnsproxy \
|
||||
--disable-dhclient \
|
||||
--enable-test \
|
||||
|
||||
Reference in New Issue
Block a user