diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2010-05-09 23:16:28 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2010-05-10 23:43:04 +0200 |
commit | bb39f18905e371f760340791cc23fc1542348749 (patch) | |
tree | 5168f799573d11bce0d5bb84d52482d6911a7869 /package/ltp-testsuite/Config.in | |
parent | 844bbbb3fd10906d0c4e15ac57578f13b00fcf32 (diff) | |
download | buildroot-novena-bb39f18905e371f760340791cc23fc1542348749.tar.gz buildroot-novena-bb39f18905e371f760340791cc23fc1542348749.zip |
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>
Diffstat (limited to 'package/ltp-testsuite/Config.in')
-rw-r--r-- | package/ltp-testsuite/Config.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/ltp-testsuite/Config.in b/package/ltp-testsuite/Config.in index 46c82214f..efe0db74f 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. |