Commit 2bdc60c6 authored by Gustavo Zacarias's avatar Gustavo Zacarias Committed by Peter Korsgaard
Browse files

mysql: disable for AVR32

parent 990a46fd
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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.
+2 −0
Original line number Diff line number Diff line
@@ -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
+1 −0
Original line number Diff line number Diff line
@@ -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

+1 −0
Original line number Diff line number Diff line
@@ -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.
+1 −0
Original line number Diff line number Diff line
@@ -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