From: Thomas Petazzoni Date: Sun, 9 Dec 2012 08:13:58 +0000 (+0000) Subject: rt-tests: requires thread support in the toolchain X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3c2a5ba33edd710ce58e56f81214699e56dca233;p=buildroot.git rt-tests: requires thread support in the toolchain The rt-tests package extensively use threads, so this package should only be available if the toolchain has thread support. [Peter: add comment when not available] Signed-off-by: Thomas Petazzoni Signed-off-by: Peter Korsgaard --- diff --git a/package/rt-tests/Config.in b/package/rt-tests/Config.in index e6452668c2..5c8a782782 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. @@ -11,3 +12,6 @@ config BR2_PACKAGE_RT_TESTS Buildroot configuration. http://rt.wiki.kernel.org + +comment "rt-tests requires a toolchain with threads support" + !BR2_TOOLCHAIN_HAS_THREADS