diff options
author | Tom Rini <trini@embeddedalley.com> | 2009-02-11 13:53:48 -0500 |
---|---|---|
committer | Tom Rini <trini@embeddedalley.com> | 2009-02-11 13:53:48 -0500 |
commit | ef14e3df7af903c0aa1a951abc8c1473bc41730f (patch) | |
tree | 3b3054c965aa71564d209ad8bbd6129e8262624a /packages/ltp/ltp-20090131/no_epoll_create2_mips.patch | |
parent | 5fa90a761b53c70925be36047ca7a47141379738 (diff) |
ltp: Add 20090131 version
Diffstat (limited to 'packages/ltp/ltp-20090131/no_epoll_create2_mips.patch')
-rw-r--r-- | packages/ltp/ltp-20090131/no_epoll_create2_mips.patch | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/packages/ltp/ltp-20090131/no_epoll_create2_mips.patch b/packages/ltp/ltp-20090131/no_epoll_create2_mips.patch new file mode 100644 index 0000000000..84ce8e4128 --- /dev/null +++ b/packages/ltp/ltp-20090131/no_epoll_create2_mips.patch @@ -0,0 +1,17 @@ +--- + testcases/kernel/syscalls/Makefile | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +Index: ltp-full-20090131/testcases/kernel/syscalls/Makefile +=================================================================== +--- ltp-full-20090131.orig/testcases/kernel/syscalls/Makefile ++++ ltp-full-20090131/testcases/kernel/syscalls/Makefile +@@ -25,7 +25,7 @@ EXCLUDE_DIR=epoll + # + # 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 "^epoll_create2""` + UCLINUX_SUBDIR = `ls */Makefile | sed "s/Makefile//g" | grep -vE "^fork|epoll|capget|capset|chmod|chown|llseek|nftw|clone|profil|getcontext"` + + all: |