Mark some packages as not usable on non-MMU systems
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Mon, 30 May 2011 21:57:00 +0000 (23:57 +0200)
committerPeter Korsgaard <jacmet@sunsite.dk>
Sun, 12 Jun 2011 19:55:36 +0000 (21:55 +0200)
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
package/gpsd/Config.in
package/input-event-daemon/Config.in
package/kbd/Config.in
package/setserial/Config.in
package/sysstat/Config.in

index 5e60bb0d674e23a720bb862dfc5a6a6d0ba0e10f..d387abdd91672bf5c9e2a7391d9847bb9e9bacfe 100644 (file)
@@ -1,5 +1,7 @@
 config BR2_PACKAGE_GPSD
        bool "gpsd"
+       # Uses fork()
+       depends on BR2_USE_MMU
        help
          gpsd is a service daemon that monitors one or more GPSes or AIS
          receivers attached to a host computer through serial or USB ports,
index edf28860954a17703e802a294ecff1db4d4c9c38..84177fd8f25ee5c2f476c2760ee15c42b6d29ef6 100644 (file)
@@ -1,5 +1,7 @@
 config BR2_PACKAGE_INPUT_EVENT_DAEMON
        bool "input-event-daemon"
+       # Uses fork()
+       depends on BR2_USE_MMU
        help
          input-event-daemon is a daemon which executes
          a user-defined command on input events, such as
index 1fe4dff838d7730a6ce37e109a079da12b24e05e..a23b70a81f0e08cd65128a543f8df66e68407841 100644 (file)
@@ -2,6 +2,8 @@ config BR2_PACKAGE_KBD
        bool "kbd"
        select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT_IF_LOCALE
        select BR2_PACKAGE_LIBINTL if BR2_NEEDS_GETTEXT_IF_LOCALE
+       # Uses fork()
+       depends on BR2_USE_MMU
        help
          Keytable files and keyboard utilities.
 
index 2f6d6eea82e24392551a76883cd63470cf520f6c..cffe50ef0ea47cb53f24b8af4257a01210fa01f3 100644 (file)
@@ -1,4 +1,6 @@
 config BR2_PACKAGE_SETSERIAL
        bool "setserial"
+       # Uses fork()
+       depends on BR2_USE_MMU
        help
             Setserial : configuration of serial ports
index 28274d93e035e205194a2ae3309c95998360b858..6e62ff158414e732c3a73e5c0c37db6237cd55c7 100644 (file)
@@ -2,6 +2,8 @@ config BR2_PACKAGE_SYSSTAT
        bool "sysstat"
        select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT_IF_LOCALE
        select BR2_PACKAGE_LIBINTL if BR2_NEEDS_GETTEXT_IF_LOCALE
+       # Uses fork()
+       depends on BR2_USE_MMU
        help
           The sysstat utilities are a collection of performance
           monitoring tools for Linux. These include sar, sadf, mpstat,