]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
bash: add depends on MMU
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Mon, 30 Jul 2012 19:20:02 +0000 (21:20 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Mon, 30 Jul 2012 19:20:02 +0000 (21:20 +0200)
Fixes the build failure at

  http://autobuild.buildroot.org/results/0434d99b51f535ac73bfcf1968b1c2b81b44ba61/build-end.log.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/bash/Config.in

index 9ee46e87a33076df5ea21c94f4e692bf8f3a3e28..228d5a4f79fef38b8ba3c74ed73e0b33846ea002 100644 (file)
@@ -1,6 +1,8 @@
 config BR2_PACKAGE_BASH
        bool "bash"
        select BR2_PACKAGE_NCURSES
+       # uses fork()
+       depends on BR2_USE_MMU
        help
          The standard GNU Bourne again shell.