1 config BR2_PACKAGE_MYSQL
3 depends on BR2_INSTALL_LIBSTDCPP
4 depends on BR2_USE_MMU # fork()
5 depends on BR2_TOOLCHAIN_HAS_THREADS
6 select BR2_PACKAGE_NCURSES
7 select BR2_PACKAGE_READLINE
9 The MySQL Open Source Database System
15 config BR2_PACKAGE_MYSQL_SERVER
18 Install the MySQL server on the target.
22 comment "MySQL needs a toolchain w/ C++, threads"
23 depends on BR2_USE_MMU
24 depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS