libpthsem: needs mmu
authorGustavo Zacarias <gustavo@zacarias.com.ar>
Fri, 29 Mar 2013 01:19:55 +0000 (01:19 +0000)
committerPeter Korsgaard <jacmet@sunsite.dk>
Sat, 30 Mar 2013 19:47:44 +0000 (20:47 +0100)
The need can be patched out by disabling the tests, however the only
package that uses libpthsem (bcusdk) needs a fork-enabled libpthsem so
there's not much point. Fixes:

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
package/bcusdk/Config.in
package/libpthsem/Config.in

index cf082e7dcbdd7161868807aedaa37b837aa0860a..c9a1947ebda49796f01c36dcd8a90b2f984d8cd1 100644 (file)
@@ -1,5 +1,6 @@
 config BR2_PACKAGE_BCUSDK
        bool "bcusdk"
+       depends on BR2_USE_MMU # libpthsem
        depends on BR2_INSTALL_LIBSTDCPP
        select BR2_PACKAGE_LIBPTHSEM
        help
index 9ab13c3ed8a7c172f4f44bcb8f422c5a2d8eff3a..ae1c78f5eaad438a984c25a62b65aa047ab85722 100644 (file)
@@ -1,5 +1,6 @@
 config BR2_PACKAGE_LIBPTHSEM
        bool "libpthsem"
+       depends on BR2_USE_MMU # fork()
        select BR2_PACKAGE_ARGP_STANDALONE
        help
          GNU pth is a user mode multi threading library. pthsem is an extend