mysql: needs mmu
authorGustavo Zacarias <gustavo@zacarias.com.ar>
Fri, 28 Dec 2012 02:07:35 +0000 (02:07 +0000)
committerPeter Korsgaard <jacmet@sunsite.dk>
Fri, 28 Dec 2012 15:52:29 +0000 (16:52 +0100)
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
package/collectd/Config.in
package/mysql_client/Config.in
package/poco/Config.in

index fe520f8ce9a8236d64fc53c53ca9d285eb95ad37..74419f6e8e8e2de54c5ae268b031e80c6d506edc 100644 (file)
@@ -212,7 +212,8 @@ config BR2_PACKAGE_COLLECTD_MEMORY
 
 config BR2_PACKAGE_COLLECTD_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
        help
          Connects to a MySQL database and issues a "show status" command.
index f07fdb4ce1e09e61f0ec868b1861e23ca9e4ad95..970b9b98ccdd56ffc2d7cd8bfe89aab54ecaa29e 100644 (file)
@@ -1,6 +1,7 @@
 config BR2_PACKAGE_MYSQL_CLIENT
        bool "MySQL client"
        depends on BR2_INSTALL_LIBSTDCPP
+       depends on BR2_USE_MMU # fork()
        select BR2_PACKAGE_NCURSES
        select BR2_PACKAGE_READLINE
        help
index 36d8de91f13eb0e831d54c7b9258cafc33d4c2b5..20a8f2dfa50c66ff56af439420c453ef767fdc1f 100644 (file)
@@ -51,6 +51,7 @@ config BR2_PACKAGE_POCO_DATA_SQLITE
 
 config BR2_PACKAGE_POCO_DATA_MYSQL
        bool "mysql"
+       depends on BR2_USE_MMU # mysql
        select BR2_PACKAGE_POCO_DATA
        select BR2_PACKAGE_MYSQL_CLIENT