[Buildroot] [PATCH 6/6] libpthsem: needs mmu

Gustavo Zacarias gustavo at zacarias.com.ar
Fri Mar 29 11:19:55 UTC 2013


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 at zacarias.com.ar>
---
 package/bcusdk/Config.in    | 1 +
 package/libpthsem/Config.in | 1 +
 2 files changed, 2 insertions(+)

diff --git a/package/bcusdk/Config.in b/package/bcusdk/Config.in
index cf082e7..c9a1947 100644
--- a/package/bcusdk/Config.in
+++ b/package/bcusdk/Config.in
@@ -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
diff --git a/package/libpthsem/Config.in b/package/libpthsem/Config.in
index 9ab13c3..ae1c78f 100644
--- a/package/libpthsem/Config.in
+++ b/package/libpthsem/Config.in
@@ -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
-- 
1.8.1.5



More information about the buildroot mailing list