mysql: disable for AVR32

The compiler can't even build it, fixes:
http://autobuild.buildroot.net/results/b5c/b5c3893accc777d717e1d70283437aa626f0aa2d/

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Gustavo Zacarias 2014-06-01 09:56:58 -03:00 committed by Peter Korsgaard
parent 990a46fdec
commit 2bdc60c6b7
5 changed files with 6 additions and 0 deletions

View File

@ -240,6 +240,7 @@ config BR2_PACKAGE_COLLECTD_MYSQL
depends on BR2_INSTALL_LIBSTDCPP # mysql
depends on BR2_USE_MMU # mysql
depends on BR2_TOOLCHAIN_HAS_THREADS # mysql
depends on !BR2_avr32 # mysql
select BR2_PACKAGE_MYSQL
help
Connects to a MySQL database and issues a "show status" command.

View File

@ -3,6 +3,8 @@ config BR2_PACKAGE_MYSQL
depends on BR2_INSTALL_LIBSTDCPP
depends on BR2_USE_MMU # fork()
depends on BR2_TOOLCHAIN_HAS_THREADS
# Toolchain is not up to the task
depends on !BR2_avr32
select BR2_PACKAGE_NCURSES
select BR2_PACKAGE_READLINE
help

View File

@ -55,6 +55,7 @@ config BR2_PACKAGE_POCO_DATA_SQLITE
config BR2_PACKAGE_POCO_DATA_MYSQL
bool "mysql"
depends on BR2_USE_MMU # mysql
depends on !BR2_avr32 # mysql
select BR2_PACKAGE_POCO_DATA
select BR2_PACKAGE_MYSQL

View File

@ -57,6 +57,7 @@ config BR2_PACKAGE_QT5BASE_MYSQL
select BR2_PACKAGE_NCURSES
select BR2_PACKAGE_READLINE
depends on BR2_USE_MMU # mysql
depends on !BR2_avr32 # mysql
help
Build MySQL plugin
If unsure, say n.

View File

@ -35,6 +35,7 @@ config BR2_PACKAGE_SCONESERVER_HTTP_SCONESITE_IMAGE
config BR2_PACKAGE_SCONESERVER_MYSQL
bool "mysql"
depends on BR2_USE_MMU # mysql
depends on !BR2_avr32 # mysql
select BR2_PACKAGE_MYSQL
help
MySQL module for Sconeserver