From: Thomas Petazzoni Date: Sun, 9 May 2010 21:16:28 +0000 (+0200) Subject: ltp-testsuite: mark as broken X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=bb39f18905e371f760340791cc23fc1542348749;p=buildroot.git ltp-testsuite: mark as broken The install step, done with fakeroot, tries to install things in /opt: make[2]: Entering directory `/home/test/buildroot/output.ctng-arm-eglibc-2010-05-07-19-39-56/target/root/ltp-full-20090630/lib' install -D -m 644 libltp.a //opt/ltp/lib/libltp.a install: cannot create directory //opt/ltp: Permission denied make[2]: *** [install] Error 1 Signed-off-by: Thomas Petazzoni --- diff --git a/package/ltp-testsuite/Config.in b/package/ltp-testsuite/Config.in index 46c82214f0..efe0db74f9 100644 --- a/package/ltp-testsuite/Config.in +++ b/package/ltp-testsuite/Config.in @@ -1,5 +1,6 @@ config BR2_PACKAGE_LTP-TESTSUITE bool "ltp-testsuite" + depends on BROKEN help The Linux Test Project provides a huge testsuite for Linux.