fontconfig: needs host-gperf
[buildroot-gz.git] / package / ltp-testsuite / Config.in
blob274b03e423021cb074f9990514fc8ede841425f3
1 comment "ltp-testsuite needs specific uClibc options, see help"
2         depends on BR2_PACKAGE_LTP_TESTSUITE
3         depends on BR2_TOOLCHAIN_USES_UCLIBC
5 config BR2_PACKAGE_LTP_TESTSUITE
6         bool "ltp-testsuite"
7         depends on BR2_USE_MMU # fork()
8         depends on BR2_TOOLCHAIN_HAS_THREADS
9         depends on !BR2_TOOLCHAIN_USES_MUSL
10         select BR2_PACKAGE_LIBTIRPC if !BR2_TOOLCHAIN_HAS_NATIVE_RPC
11         # does not build, cachectl.h issue
12         depends on !BR2_nios2
13         help
14           The Linux Test Project provides a huge testsuite for Linux.
16           The LTP testsuite uses several functions that are considered
17           obsolete, such as sigset() and others. Therefore, the LTP
18           testsuite does not build with Buildroot's default uClibc
19           configuration, and options such as DO_XSI_MATH,
20           UCLIBC_HAS_OBSOLETE_BSD_SIGNAL and UCLIBC_SV4_DEPRECATED
21           are needed.
23           http://linux-test-project.github.io
25 comment "ltp-testsuite needs a glibc or uClibc toolchain w/ threads"
26         depends on !BR2_nios2
27         depends on BR2_USE_MMU
28         depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_TOOLCHAIN_USES_MUSL