diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2013-10-06 19:52:25 +0200 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2013-10-06 20:07:39 +0200 |
commit | ca3524ba707126de7284210c00268a8e7ca6379a (patch) | |
tree | 57dbf8b3a0f298428f98a44c926203cc1a91923c /package/ltp-testsuite/ltp-testsuite-disable-controllers.patch | |
parent | 561fb5f702cd84c6953803d44d1ce1204e85412f (diff) | |
download | buildroot-ca3524ba707126de7284210c00268a8e7ca6379a.tar.gz buildroot-ca3524ba707126de7284210c00268a8e7ca6379a.zip |
ltp-testsuite: bump version and other fixes
This commit bumps ltp-testsuite to the latest version available. In
addition to that, it also:
* Removes the ltp-testsuite-disable-controllers.patch file, which
becomes useless thanks to the workaround that consists in removing
-D_FILE_OFFSET_BITS=64 from the CFLAGS. This is necessary because
ltp-testsuite uses the non-largefile compatible <fts.h> interface.
* Marks the package as not-available on AArch64, since it doesn't
build properly. A bug has been submitted upstream to the Linaro
people doing the AArch64 support.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/ltp-testsuite/ltp-testsuite-disable-controllers.patch')
-rw-r--r-- | package/ltp-testsuite/ltp-testsuite-disable-controllers.patch | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/package/ltp-testsuite/ltp-testsuite-disable-controllers.patch b/package/ltp-testsuite/ltp-testsuite-disable-controllers.patch deleted file mode 100644 index 85ef262d09..0000000000 --- a/package/ltp-testsuite/ltp-testsuite-disable-controllers.patch +++ /dev/null @@ -1,29 +0,0 @@ -Disable controllers testcases. -This fix is carried over from 20101031 version. - -The cpuset controllers testcases do not build due to bug -https://sourceforge.net/tracker/?func=detail&aid=3126942&group_id=3382&atid=103382. -Disabling just the cpuset controllers do not seem to be easily possible, and -those controller features are rarely used on embedded systems anyway. - -Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> -Signed-off-by: Jerin Jacob <jerinjacobk@gmail.com> ---- - testcases/kernel/Makefile | 1 - - 1 files changed, 0 insertions(+), 1 deletions(-) - -diff --git a/testcases/kernel/Makefile b/testcases/kernel/Makefile -index 4b4800d..d6ab7b6 100644 ---- a/testcases/kernel/Makefile -+++ b/testcases/kernel/Makefile -@@ -37,7 +37,6 @@ ifneq ($(UCLINUX),1) - # KEEP THIS LIST ALPHABETIZED PLEASE! - SUBDIRS += connectors \ - containers \ -- controllers \ - fs \ - hotplug \ - io \ --- -1.7.6.5 - |