Commit bb39f189 authored by Thomas Petazzoni's avatar Thomas Petazzoni
Browse files

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: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
parent 844bbbb3
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
config BR2_PACKAGE_LTP-TESTSUITE
	bool "ltp-testsuite"
	depends on BROKEN
	help
	  The Linux Test Project provides a huge testsuite for Linux.