projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
56e14a6
)
gtest: needs mmu
author
Gustavo Zacarias
<gustavo@zacarias.com.ar>
Fri, 29 Mar 2013 01:19:50 +0000
(
01:19
+0000)
committer
Peter Korsgaard
<jacmet@sunsite.dk>
Sat, 30 Mar 2013 19:46:54 +0000
(20:46 +0100)
Fixes:
http://autobuild.buildroot.net/results/
ed2026b98d0cdded8d8ee4d5c86823142a5bdab9
/
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
package/gtest/Config.in
patch
|
blob
|
history
diff --git
a/package/gtest/Config.in
b/package/gtest/Config.in
index c50b5f709881158d074345929d1e0c3ce81ef8f6..5c065d6da3142bb8a829770c731a0a02a5e25cc7 100644
(file)
--- a/
package/gtest/Config.in
+++ b/
package/gtest/Config.in
@@
-3,6
+3,7
@@
config BR2_PACKAGE_GTEST
depends on BR2_USE_WCHAR
depends on BR2_TOOLCHAIN_HAS_THREADS
depends on BR2_INSTALL_LIBSTDCPP
+ depends on BR2_USE_MMU # fork()
help
Google's framework for writing C++ tests on a variety of
platforms (Linux, Mac OS X, Windows, Cygwin, Windows CE, and