summaryrefslogtreecommitdiff
path: root/recipes/ltp/ltp-20090131/no_epoll_create2.patch
diff options
context:
space:
mode:
authorTom Rini <trini@embeddedalley.com>2009-04-01 20:16:23 -0400
committerTom Rini <trini@embeddedalley.com>2009-04-01 20:16:23 -0400
commit1f33c1fb4d9ddf2e62fba582e0ec4229f210c6ed (patch)
treee42c72ceb51e33a1137848633c58d01374f58193 /recipes/ltp/ltp-20090131/no_epoll_create2.patch
parent813a40adbdb60f5c186c8f6e5b4588e3d4414b65 (diff)
ltp: Fix building on ARM.
The no_epoll_create2_mips.patch also applies for ARM, and probably a few others still (that I haven't tried). Rename to no_epoll_create2.patch and apply on arm/armeb.
Diffstat (limited to 'recipes/ltp/ltp-20090131/no_epoll_create2.patch')
-rw-r--r--recipes/ltp/ltp-20090131/no_epoll_create2.patch17
1 files changed, 17 insertions, 0 deletions
diff --git a/recipes/ltp/ltp-20090131/no_epoll_create2.patch b/recipes/ltp/ltp-20090131/no_epoll_create2.patch
new file mode 100644
index 0000000000..84ce8e4128
--- /dev/null
+++ b/recipes/ltp/ltp-20090131/no_epoll_create2.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: