From: Baruch Siach Date: Thu, 15 Oct 2015 18:13:58 +0000 (+0300) Subject: ltp-testsuite: don't select libtirpc X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=fc366046429471228c74be7f09d0645256649fd3;p=buildroot.git 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 Signed-off-by: Baruch Siach Signed-off-by: Thomas Petazzoni --- 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