From d3a1037bb62a2ab877e9443fbb15ec66a0adfef8 Mon Sep 17 00:00:00 2001 From: Gustavo Zacarias Date: Fri, 29 Mar 2013 01:19:55 +0000 Subject: 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 Signed-off-by: Peter Korsgaard --- package/bcusdk/Config.in | 1 + 1 file changed, 1 insertion(+) (limited to 'package/bcusdk') diff --git a/package/bcusdk/Config.in b/package/bcusdk/Config.in index cf082e7dc..c9a1947eb 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 -- cgit v1.2.3