ソースを参照

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 <thomas.petazzoni@free-electrons.com>
Thomas Petazzoni 15 年 前
コミット
bb39f18905
1 ファイル変更1 行追加0 行削除
  1. 1 0
      package/ltp-testsuite/Config.in

+ 1 - 0
package/ltp-testsuite/Config.in

@@ -1,5 +1,6 @@
 config BR2_PACKAGE_LTP-TESTSUITE
 config BR2_PACKAGE_LTP-TESTSUITE
 	bool "ltp-testsuite"
 	bool "ltp-testsuite"
+	depends on BROKEN
 	help
 	help
 	  The Linux Test Project provides a huge testsuite for Linux.
 	  The Linux Test Project provides a huge testsuite for Linux.