libpthsem: needs mmu
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>
This commit is contained in:
parent
294ac7ef0a
commit
d3a1037bb6
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user