mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-01 23:47:42 +00:00
mysql: needs mmu
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
2eb995759d
commit
496f7ca974
@ -212,7 +212,8 @@ config BR2_PACKAGE_COLLECTD_MEMORY
|
|||||||
|
|
||||||
config BR2_PACKAGE_COLLECTD_MYSQL
|
config BR2_PACKAGE_COLLECTD_MYSQL
|
||||||
bool "mysql"
|
bool "mysql"
|
||||||
depends on BR2_INSTALL_LIBSTDCPP
|
depends on BR2_INSTALL_LIBSTDCPP # mysql
|
||||||
|
depends on BR2_USE_MMU # mysql
|
||||||
select BR2_PACKAGE_MYSQL_CLIENT
|
select BR2_PACKAGE_MYSQL_CLIENT
|
||||||
help
|
help
|
||||||
Connects to a MySQL database and issues a "show status" command.
|
Connects to a MySQL database and issues a "show status" command.
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
config BR2_PACKAGE_MYSQL_CLIENT
|
config BR2_PACKAGE_MYSQL_CLIENT
|
||||||
bool "MySQL client"
|
bool "MySQL client"
|
||||||
depends on BR2_INSTALL_LIBSTDCPP
|
depends on BR2_INSTALL_LIBSTDCPP
|
||||||
|
depends on BR2_USE_MMU # fork()
|
||||||
select BR2_PACKAGE_NCURSES
|
select BR2_PACKAGE_NCURSES
|
||||||
select BR2_PACKAGE_READLINE
|
select BR2_PACKAGE_READLINE
|
||||||
help
|
help
|
||||||
|
@ -51,6 +51,7 @@ config BR2_PACKAGE_POCO_DATA_SQLITE
|
|||||||
|
|
||||||
config BR2_PACKAGE_POCO_DATA_MYSQL
|
config BR2_PACKAGE_POCO_DATA_MYSQL
|
||||||
bool "mysql"
|
bool "mysql"
|
||||||
|
depends on BR2_USE_MMU # mysql
|
||||||
select BR2_PACKAGE_POCO_DATA
|
select BR2_PACKAGE_POCO_DATA
|
||||||
select BR2_PACKAGE_MYSQL_CLIENT
|
select BR2_PACKAGE_MYSQL_CLIENT
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user