Config.in.legacy: fix selection of bluez5_utils
Select BR2_PACKAGE_BLUEZ5_UTILS only if all its reverse dependencies are selected Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
4f76fe7043
commit
9a46a016b4
@ -207,7 +207,8 @@ config BR2_GCC_VERSION_OR1K
|
|||||||
config BR2_PACKAGE_BLUEZ_UTILS
|
config BR2_PACKAGE_BLUEZ_UTILS
|
||||||
bool "bluez-utils was removed"
|
bool "bluez-utils was removed"
|
||||||
select BR2_LEGACY
|
select BR2_LEGACY
|
||||||
select BR2_PACKAGE_BLUEZ5_UTILS
|
select BR2_PACKAGE_BLUEZ5_UTILS if BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_4 \
|
||||||
|
&& BR2_TOOLCHAIN_HAS_SYNC_4
|
||||||
help
|
help
|
||||||
The bluez-utils (BlueZ 4.x) package was removed as it is
|
The bluez-utils (BlueZ 4.x) package was removed as it is
|
||||||
deprecated since a long time. As an alternative, the
|
deprecated since a long time. As an alternative, the
|
||||||
|
Loading…
Reference in New Issue
Block a user