diff mbox

linknx: needs mmu

Message ID 1364987513-11433-1-git-send-email-gustavo@zacarias.com.ar
State Accepted
Commit e853215eaae4cdef22720e9ee317a02b756fc3af
Headers show

Commit Message

Gustavo Zacarias April 3, 2013, 11:11 a.m. UTC
Inherited from libpthsem which uses fork()

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 package/linknx/Config.in | 1 +
 1 file changed, 1 insertion(+)

Comments

Peter Korsgaard April 3, 2013, 8:48 p.m. UTC | #1
>>>>> "Gustavo" == Gustavo Zacarias <gustavo@zacarias.com.ar> writes:

 Gustavo> Inherited from libpthsem which uses fork()
 Gustavo> Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>

Committed, thanks.
diff mbox

Patch

diff --git a/package/linknx/Config.in b/package/linknx/Config.in
index 18e9867..f35351e 100644
--- a/package/linknx/Config.in
+++ b/package/linknx/Config.in
@@ -2,6 +2,7 @@  config BR2_PACKAGE_LINKNX
 	bool "linknx"
 	select BR2_PACKAGE_LIBPTHSEM
 	depends on BR2_INSTALL_LIBSTDCPP
+	depends on BR2_USE_MMU # libpthsem
 	help
 	  Linknx is an automation platform providing high level functionalities
 	  to EIB/KNX installation.