[Buildroot] [PATCH 3/8] rt-tests: requires thread support in the toolchain

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Sun Dec 9 18:13:58 UTC 2012


The rt-tests package extensively use threads, so this package should
only be available if the toolchain has thread support.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
---
 package/rt-tests/Config.in |    1 +
 1 file changed, 1 insertion(+)

diff --git a/package/rt-tests/Config.in b/package/rt-tests/Config.in
index e645266..337c020 100644
--- a/package/rt-tests/Config.in
+++ b/package/rt-tests/Config.in
@@ -1,5 +1,6 @@
 config BR2_PACKAGE_RT_TESTS
 	bool "rt-tests"
+	depends on BR2_TOOLCHAIN_HAS_THREADS
 	help
 	  Set of utilities for testing the real-time behaviour of a
 	  Linux system.
-- 
1.7.9.5




More information about the buildroot mailing list