diff options
author | Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> | 2015-12-11 09:51:42 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-12-11 21:34:36 +0100 |
commit | edc47efb12de6acd83e150b3a9c59395b3c18fe8 (patch) | |
tree | 6eefed3a5f33a731299e6aefc0491a6eb6fe5798 | |
parent | 3b946ee2a834f737e775edd2410baf12afcd037f (diff) | |
download | buildroot-edc47efb12de6acd83e150b3a9c59395b3c18fe8.tar.gz buildroot-edc47efb12de6acd83e150b3a9c59395b3c18fe8.zip |
Revert "ltp-testsuite: don't select libtirpc"
This reverts commit fc366046429471228c74be7f09d0645256649fd3 in favor of an
alternative solution in a subsequent patch.
Cc: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r-- | package/ltp-testsuite/Config.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/ltp-testsuite/Config.in b/package/ltp-testsuite/Config.in index bd540f29f8..8475902158 100644 --- a/package/ltp-testsuite/Config.in +++ b/package/ltp-testsuite/Config.in @@ -7,6 +7,7 @@ config BR2_PACKAGE_LTP_TESTSUITE depends on BR2_USE_MMU # fork() depends on BR2_TOOLCHAIN_HAS_THREADS depends on !BR2_TOOLCHAIN_USES_MUSL + select BR2_PACKAGE_LIBTIRPC if !BR2_TOOLCHAIN_HAS_NATIVE_RPC # does not build, cachectl.h issue depends on !BR2_nios2 help |