dovecot: add missing indirect dependency on !avr32 for mysql
authorArnout Vandecappelle <arnout@mind.be>
Wed, 4 Feb 2015 00:34:11 +0000 (01:34 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Sat, 7 Feb 2015 20:15:32 +0000 (21:15 +0100)
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/dovecot/Config.in

index 17c914dcf437b6858f860411de7ca99c4b940922..aa4c221c933d27ff38f8372e5fce8b42d50248e7 100644 (file)
@@ -22,13 +22,15 @@ config BR2_PACKAGE_DOVECOT_BZIP2
 config BR2_PACKAGE_DOVECOT_MYSQL
        bool "mysql support"
        select BR2_PACKAGE_MYSQL
-       depends on BR2_INSTALL_LIBSTDCPP
-       depends on BR2_TOOLCHAIN_HAS_THREADS
+       depends on BR2_INSTALL_LIBSTDCPP # mysql
+       depends on BR2_TOOLCHAIN_HAS_THREADS # mysql
+       depends on !BR2_avr32 # mysql
        help
          Enable MySQL support.
 
 comment "mysql support needs a toolchain w/ C++, threads"
        depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS
+       depends on !BR2_avr32
 
 config BR2_PACKAGE_DOVECOT_OPENSSL
        bool "openssl support"