diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2015-06-13 09:09:39 -0300 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-06-13 14:52:53 +0200 |
commit | b75c9c13566ad2b89f0b700d71c271ec8c6629a2 (patch) | |
tree | 9ffa8eda1005b8ea93a53d80c7e01140a7b907b6 | |
parent | 1faa7c344e10986a4afd1d17bf6d4265b3c821fc (diff) | |
download | buildroot-b75c9c13566ad2b89f0b700d71c271ec8c6629a2.tar.gz buildroot-b75c9c13566ad2b89f0b700d71c271ec8c6629a2.zip |
atf: needs mmu
Fixes:
http://autobuild.buildroot.net/results/950/95069436dd5b2004e59851b8c731d534b86062a5/
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r-- | package/atf/Config.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/atf/Config.in b/package/atf/Config.in index 59712abc2b..43a5d4f2c9 100644 --- a/package/atf/Config.in +++ b/package/atf/Config.in @@ -1,6 +1,7 @@ config BR2_PACKAGE_ATF bool "atf" depends on BR2_INSTALL_LIBSTDCPP + depends on BR2_USE_MMU # fork() help ATF, or Automated Testing Framework, is a collection of libraries to write test programs in C, C++ and POSIX shell. @@ -9,3 +10,4 @@ config BR2_PACKAGE_ATF comment "atf needs a toolchain w/ C++" depends on !BR2_INSTALL_LIBSTDCPP + depends on BR2_USE_MMU |