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

Peter Korsgaard jacmet at uclibc.org
Sun Dec 9 20:53:16 UTC 2012


>>>>> "Thomas" == Thomas Petazzoni <thomas.petazzoni at free-electrons.com> writes:

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

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

 Thomas> diff --git a/package/rt-tests/Config.in b/package/rt-tests/Config.in
 Thomas> index e645266..337c020 100644
 Thomas> --- a/package/rt-tests/Config.in
 Thomas> +++ b/package/rt-tests/Config.in
 Thomas> @@ -1,5 +1,6 @@
 Thomas>  config BR2_PACKAGE_RT_TESTS
 Thomas>  	bool "rt-tests"
 Thomas> +	depends on BR2_TOOLCHAIN_HAS_THREADS

You forgot to add a comment when not available. I've added that and
committed, thanks.

-- 
Bye, Peter Korsgaard



More information about the buildroot mailing list