diff options
author | Baruch Siach <baruch@tkos.co.il> | 2015-10-15 21:13:58 +0300 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-10-21 23:31:39 +0200 |
commit | fc366046429471228c74be7f09d0645256649fd3 (patch) | |
tree | de4adb6c13cbd1ff5fdb154cea9d707d793d690c | |
parent | a5c6ba4eec6989a2d4bccefe109dbb7ecf28df8c (diff) | |
download | buildroot-fc366046429471228c74be7f09d0645256649fd3.tar.gz buildroot-fc366046429471228c74be7f09d0645256649fd3.zip |
ltp-testsuite: don't select libtirpc
Since commit 8f1c4c49a2a (ltp-testsuite: don't link with libtirpc)
ltp-testsuite does not need libtirpc. Don't select it.
Cc: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r-- | package/ltp-testsuite/Config.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/package/ltp-testsuite/Config.in b/package/ltp-testsuite/Config.in index 8475902158..bd540f29f8 100644 --- a/package/ltp-testsuite/Config.in +++ b/package/ltp-testsuite/Config.in @@ -7,7 +7,6 @@ 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 |