sconeserver/libedbus: fix missing avr32 arch exclusions
authorGustavo Zacarias <gustavo@zacarias.com.ar>
Thu, 27 Jun 2013 14:03:11 +0000 (11:03 -0300)
committerPeter Korsgaard <jacmet@sunsite.dk>
Thu, 27 Jun 2013 17:37:46 +0000 (19:37 +0200)
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>
package/efl/libedbus/Config.in
package/sconeserver/Config.in

index 9b57592f24d777b633341acf726ce22b27a274e5..64b001e9b2b0f135da497e29bbe2bdaf76a32fa1 100644 (file)
@@ -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.
index a4674762331cb82f771108aa78b767d5a5490ac5..60ae2ae738f785edf958fedc996e168edae82db3 100644 (file)
@@ -43,6 +43,7 @@ config BR2_PACKAGE_SCONESERVER_BLUETOOTH
        depends on BR2_USE_WCHAR # bluez->libglib2
        depends on BR2_USE_MMU # bluez->dbus
        depends on BR2_TOOLCHAIN_HAS_THREADS # bluez->dbus
+       depends on !BR2_avr32 # bluez_utils
        select BR2_PACKAGE_BLUEZ_UTILS
        help
          Bluetooth module for Sconeserver