Commit d3a1037b authored by Gustavo Zacarias's avatar Gustavo Zacarias Committed by Peter Korsgaard
Browse files

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: default avatarGustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: default avatarPeter Korsgaard <jacmet@sunsite.dk>
parent 294ac7ef
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
config BR2_PACKAGE_BCUSDK
	bool "bcusdk"
	depends on BR2_USE_MMU # libpthsem
	depends on BR2_INSTALL_LIBSTDCPP
	select BR2_PACKAGE_LIBPTHSEM
	help
+1 −0
Original line number Diff line number Diff line
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