aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/ltp/ltp_20090131.bb
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.bb
parent813a40adbdb60f5c186c8f6e5b4588e3d4414b65 (diff)
downloadopenembedded-1f33c1fb4d9ddf2e62fba582e0ec4229f210c6ed.tar.gz
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.bb')
-rw-r--r--recipes/ltp/ltp_20090131.bb6
1 files changed, 4 insertions, 2 deletions
diff --git a/recipes/ltp/ltp_20090131.bb b/recipes/ltp/ltp_20090131.bb
index 61775cf753..4793d24e27 100644
--- a/recipes/ltp/ltp_20090131.bb
+++ b/recipes/ltp/ltp_20090131.bb
@@ -14,8 +14,10 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/ltp/ltp-full-${PV}.tgz \
file://no-IDcheck.patch;patch=1 \
file://no_hyperthreading_tests.patch;patch=1"
-SRC_URI_append_mips += "file://no_epoll_create2_mips.patch;patch=1"
-SRC_URI_append_mipsel += "file://no_epoll_create2_mips.patch;patch=1"
+SRC_URI_append_mips += "file://no_epoll_create2.patch;patch=1"
+SRC_URI_append_mipsel += "file://no_epoll_create2.patch;patch=1"
+SRC_URI_append_arm += "file://no_epoll_create2.patch;patch=1"
+SRC_URI_append_armeb += "file://no_epoll_create2.patch;patch=1"
S = "${WORKDIR}/ltp-full-${PV}"