ltp-testsuite: mark as broken
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 9 May 2010 21:16:28 +0000 (23:16 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Mon, 10 May 2010 21:43:04 +0000 (23:43 +0200)
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 <thomas.petazzoni@free-electrons.com>
package/ltp-testsuite/Config.in

index 46c82214f09f118a7854fc37c6f2d0618f05c32f..efe0db74f9971b74e5161410bca89fbe12bed85b 100644 (file)
@@ -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.