2014-01-21 15:08:28 +01:00
|
|
|
config BR2_PACKAGE_MYSQL
|
|
|
|
bool "MySQL"
|
2009-01-26 06:51:31 +01:00
|
|
|
depends on BR2_INSTALL_LIBSTDCPP
|
2012-12-28 03:07:35 +01:00
|
|
|
depends on BR2_USE_MMU # fork()
|
2013-10-05 20:34:20 +02:00
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
2009-01-26 06:51:31 +01:00
|
|
|
select BR2_PACKAGE_NCURSES
|
2009-01-30 10:54:59 +01:00
|
|
|
select BR2_PACKAGE_READLINE
|
2008-06-01 20:08:48 +02:00
|
|
|
help
|
2014-01-21 15:08:28 +01:00
|
|
|
The MySQL Open Source Database System
|
2009-01-26 06:51:31 +01:00
|
|
|
|
2014-01-21 15:08:28 +01:00
|
|
|
http://www.mysql.com/
|
|
|
|
|
2014-02-12 23:39:33 +01:00
|
|
|
if BR2_PACKAGE_MYSQL
|
|
|
|
|
|
|
|
config BR2_PACKAGE_MYSQL_SERVER
|
|
|
|
bool "MySQL server"
|
|
|
|
help
|
|
|
|
Install the MySQL server on the target.
|
|
|
|
|
|
|
|
endif
|
|
|
|
|
2014-01-21 15:08:28 +01:00
|
|
|
comment "MySQL needs a toolchain w/ C++, threads"
|
2013-11-07 09:24:37 +01:00
|
|
|
depends on BR2_USE_MMU
|
2013-10-05 20:34:20 +02:00
|
|
|
depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS
|