Config.in 414 B

123456789101112131415
  1. config BR2_PACKAGE_MYSQL
  2. bool "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
  8. help
  9. The MySQL Open Source Database System
  10. http://www.mysql.com/
  11. comment "MySQL needs a toolchain w/ C++, threads"
  12. depends on BR2_USE_MMU
  13. depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS