connman: disable on avr32
authorSimon Dawson <spdawson@gmail.com>
Wed, 6 Nov 2013 14:38:23 +0000 (14:38 +0000)
committerPeter Korsgaard <peter@korsgaard.com>
Wed, 6 Nov 2013 21:49:37 +0000 (22:49 +0100)
The inotify_init1 syscall is not available on avr32. Fixes build failures
such as the following.

  http://autobuild.buildroot.net/results/0d8/0d8e7bd8bd3f227fabfb0d5feb59a5d316026d3f

Signed-off-by: Simon Dawson <spdawson@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/connman/Config.in

index c74618aef668be58b9f0c8043fd8f9a6ba284a1d..c8b640f51a1b339c4cdf29df528d93d1796f0376 100644 (file)
@@ -4,6 +4,7 @@ config BR2_PACKAGE_CONNMAN
        select BR2_PACKAGE_LIBGLIB2
        select BR2_PACKAGE_IPTABLES
        select BR2_PACKAGE_GNUTLS
+       depends on !BR2_avr32 # no inotify_init1
        depends on !BR2_UCLIBC_VERSION_0_9_32
        depends on BR2_USE_WCHAR # libglib2 and gnutls
        depends on BR2_INET_IPV6
@@ -50,5 +51,6 @@ config BR2_PACKAGE_CONNMAN_CLIENT
 endif # BR2_PACKAGE_CONNMAN
 
 comment "connman needs a toolchain w/ IPv6, wchar, threads, resolver"
+       depends on !BR2_avr32
        depends on BR2_UCLIBC_VERSION_0_9_32 || \
                !BR2_USE_WCHAR || !BR2_INET_IPV6 || !BR2_TOOLCHAIN_HAS_THREADS