[Buildroot] [PATCH 07/15] ltp-testsuite: bump version and use autotargets

Peter Korsgaard jacmet at uclibc.org
Sat Dec 11 22:42:03 UTC 2010


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

 Thomas> Reworking ltp-testsuite is needed in order to get rid of some
 Thomas> thread-specific options that will be cleaned-up in the next commit.

 Thomas> +++ b/package/ltp-testsuite/Config.in
 Thomas> @@ -1,7 +1,18 @@
 Thomas> -config BR2_PACKAGE_LTP-TESTSUITE
 Thomas> +config BR2_PACKAGE_LTP_TESTSUITE
 Thomas>  	bool "ltp-testsuite"
 Thomas> -	depends on BROKEN
 Thomas> +	depends on !BR2_PTHREADS_NONE
 Thomas> +	# Several tests of LTP use legacy functions that are usually
 Thomas> +	# not available in uClibc.
 Thomas> +	depends on BR2_TOOLCHAIN_EXTERNAL_GLIBC || \
 Thomas> +		   BR2_TOOLCHAIN_CTNG_glibc	|| \
 Thomas> +		   BR2_TOOLCHAIN_CTNG_eglibc
 Thomas>  	help
 Thomas>  	  The Linux Test Project provides a huge testsuite for Linux.
 
 Thomas>  	  http://ltp.sourceforge.net/
 Thomas> +
 Thomas> +comment "ltp-testsuite requires a glibc toolchain with thread support"
 Thomas> +	depends on (!BR2_TOOLCHAIN_EXTERNAL_GLIBC && \
 Thomas> +		    !BR2_TOOLCHAIN_CTNG_glibc	  && \
 Thomas> +		    !BR2_TOOLCHAIN_CTNG_eglibc)   || \
 Thomas> +                    BR2_PTHREADS_NONE

Does it really not work on uClibc? This is afaik the first package we
have that is glibc only.

-- 
Bye, Peter Korsgaard


More information about the buildroot mailing list