diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2010-12-13 17:27:43 +0100 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2010-12-13 22:10:04 +0100 |
commit | a72a670489547a3ca645ff7c3a0d9c3fb66eab51 (patch) | |
tree | 8defaeef40eeb90a573c431fd065ec75f97727d4 /package/ltp-testsuite/Config.in | |
parent | ab64b95e4d1957992bcad7e66d3e331a84b1daed (diff) |
ltp-testsuite: bump version and use autotargets
Reworking ltp-testsuite is needed in order to get rid of some
thread-specific options that will be cleaned-up in the next commit.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/ltp-testsuite/Config.in')
-rw-r--r-- | package/ltp-testsuite/Config.in | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/package/ltp-testsuite/Config.in b/package/ltp-testsuite/Config.in index efe0db74f..2ab4134b5 100644 --- a/package/ltp-testsuite/Config.in +++ b/package/ltp-testsuite/Config.in @@ -1,7 +1,16 @@ -config BR2_PACKAGE_LTP-TESTSUITE +config BR2_PACKAGE_LTP_TESTSUITE bool "ltp-testsuite" - depends on BROKEN + depends on !BR2_PTHREADS_NONE help The Linux Test Project provides a huge testsuite for Linux. + The LTP testsuite uses several functions that are considered + obsolete, such as sigset() and others. Therefore, the LTP + testsuite does not build with Buildroot's default uClibc + configuration, and options such as + UCLIBC_HAS_OBSOLETE_BSD_SIGNAL are needed. + http://ltp.sourceforge.net/ + +comment "ltp-testsuite requires a toolchain with thread support" + depends on BR2_PTHREADS_NONE |