diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2010-12-13 17:27:43 +0100 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2010-12-13 22:10:04 +0100 |
commit | a72a670489547a3ca645ff7c3a0d9c3fb66eab51 (patch) | |
tree | 8defaeef40eeb90a573c431fd065ec75f97727d4 /package/ltp-testsuite/ltp-testsuite-uclibc-syscalls.patch | |
parent | ab64b95e4d1957992bcad7e66d3e331a84b1daed (diff) | |
download | buildroot-novena-a72a670489547a3ca645ff7c3a0d9c3fb66eab51.tar.gz buildroot-novena-a72a670489547a3ca645ff7c3a0d9c3fb66eab51.zip |
ltp-testsuite: bump version and use autotargets
Reworking ltp-testsuite is needed in order to get rid of some
thread-specific options that will be cleaned-up in the next commit.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/ltp-testsuite/ltp-testsuite-uclibc-syscalls.patch')
-rw-r--r-- | package/ltp-testsuite/ltp-testsuite-uclibc-syscalls.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/package/ltp-testsuite/ltp-testsuite-uclibc-syscalls.patch b/package/ltp-testsuite/ltp-testsuite-uclibc-syscalls.patch deleted file mode 100644 index 866a56cc4..000000000 --- a/package/ltp-testsuite/ltp-testsuite-uclibc-syscalls.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- ltp-full-20090630/testcases/kernel/syscalls/Makefile 2009-02-26 11:37:28.000000000 +0000 -+++ ltp-full-20090630.mod/testcases/kernel/syscalls/Makefile 2009-07-02 14:57:30.000000000 +0100 -@@ -25,7 +25,7 @@ - # - # Commented this out since there are directories here we don't want built by default - # --SUBDIR = `ls */Makefile | sed "s/Makefile//g"` -+SUBDIR = `ls */Makefile | sed "s/Makefile//g" | grep -vE "^clock_nanosleep|quotactl|sched_getaffinity|sigreturn|unshare"` - UCLINUX_SUBDIR = `ls */Makefile | sed "s/Makefile//g" | grep -vE "^fork|epoll|capget|capset|chmod|chown|llseek|nftw|clone|profil|getcontext|remap_file_pages"` - - all: |