samba4: disable for avr32
authorGustavo Zacarias <gustavo@zacarias.com.ar>
Tue, 29 Apr 2014 12:40:38 +0000 (09:40 -0300)
committerPeter Korsgaard <peter@korsgaard.com>
Tue, 29 Apr 2014 12:58:09 +0000 (14:58 +0200)
The toolchain is not up to the task, fixes:
http://autobuild.buildroot.net/results/21f/21f5fd1fc8415abff1d1178843586956ef1fd1e3/
Also AVR32s are low on resources (RAM, no proper storage port, most of
them short of flash) to handle it.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/samba4/Config.in

index c9a47123ad87de065e6cc7f8f7c332f7b83e679f..77a46cd713573e75522a09e6143cc3fa099d9241 100644 (file)
@@ -6,6 +6,7 @@ config BR2_PACKAGE_SAMBA4
        depends on BR2_USE_WCHAR # e2fsprogs
        depends on BR2_LARGEFILE
        depends on BR2_TOOLCHAIN_HAS_THREADS # talloc python threads
+       depends on !BR2_avr32 # bad toolchain
        select BR2_PACKAGE_E2FSPROGS
        select BR2_PACKAGE_POPT
        select BR2_PACKAGE_PYTHON