sconeserver/libedbus: fix missing avr32 arch exclusions
Fix missing avr32 arch exclusions regarding bluez_utils being unavailable. Fixes: http://autobuild.buildroot.net/results/789/78901c36517b1d897a1200ccddd79afec8a605de/ Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
4788dddc39
commit
f1e957ce41
@ -16,6 +16,7 @@ if BR2_PACKAGE_LIBEDBUS
|
|||||||
|
|
||||||
config BR2_PACKAGE_LIBEDBUS_BLUEZ
|
config BR2_PACKAGE_LIBEDBUS_BLUEZ
|
||||||
bool "bluez support"
|
bool "bluez support"
|
||||||
|
depends on !BR2_avr32 # bluez_utils
|
||||||
select BR2_PACKAGE_BLUEZ_UTILS
|
select BR2_PACKAGE_BLUEZ_UTILS
|
||||||
help
|
help
|
||||||
Bluetooth support.
|
Bluetooth support.
|
||||||
|
@ -43,6 +43,7 @@ config BR2_PACKAGE_SCONESERVER_BLUETOOTH
|
|||||||
depends on BR2_USE_WCHAR # bluez->libglib2
|
depends on BR2_USE_WCHAR # bluez->libglib2
|
||||||
depends on BR2_USE_MMU # bluez->dbus
|
depends on BR2_USE_MMU # bluez->dbus
|
||||||
depends on BR2_TOOLCHAIN_HAS_THREADS # bluez->dbus
|
depends on BR2_TOOLCHAIN_HAS_THREADS # bluez->dbus
|
||||||
|
depends on !BR2_avr32 # bluez_utils
|
||||||
select BR2_PACKAGE_BLUEZ_UTILS
|
select BR2_PACKAGE_BLUEZ_UTILS
|
||||||
help
|
help
|
||||||
Bluetooth module for Sconeserver
|
Bluetooth module for Sconeserver
|
||||||
|
Loading…
Reference in New Issue
Block a user