From f1e957ce41d472301f6f0f21d7740d6df8524cbd Mon Sep 17 00:00:00 2001 From: Gustavo Zacarias Date: Thu, 27 Jun 2013 11:03:11 -0300 Subject: 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 Signed-off-by: Peter Korsgaard --- package/efl/libedbus/Config.in | 1 + 1 file changed, 1 insertion(+) (limited to 'package/efl/libedbus') diff --git a/package/efl/libedbus/Config.in b/package/efl/libedbus/Config.in index 9b57592f2..64b001e9b 100644 --- a/package/efl/libedbus/Config.in +++ b/package/efl/libedbus/Config.in @@ -16,6 +16,7 @@ if BR2_PACKAGE_LIBEDBUS config BR2_PACKAGE_LIBEDBUS_BLUEZ bool "bluez support" + depends on !BR2_avr32 # bluez_utils select BR2_PACKAGE_BLUEZ_UTILS help Bluetooth support. -- cgit v1.2.3