[Buildroot] [PATCH] ltp-testsuite: don't select libtirpc

Baruch Siach baruch at tkos.co.il
Thu Oct 15 18:13:58 UTC 2015


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 at gmail.com>
Signed-off-by: Baruch Siach <baruch at tkos.co.il>
---
 package/ltp-testsuite/Config.in | 1 -
 1 file changed, 1 deletion(-)

diff --git a/package/ltp-testsuite/Config.in b/package/ltp-testsuite/Config.in
index 91b09ce3fab3..978b8e3cbae1 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
-- 
2.6.1



More information about the buildroot mailing list