[oe-commits] Tom Rini : ltp: Fix building on ARM.

GIT User account git at amethyst.openembedded.net
Thu Apr 2 00:19:25 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 1f33c1fb4d9ddf2e62fba582e0ec4229f210c6ed
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=1f33c1fb4d9ddf2e62fba582e0ec4229f210c6ed

Author: Tom Rini <trini at embeddedalley.com>
Date:   Wed Apr  1 20:16:23 2009 -0400

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.

---

 ...l_create2_mips.patch => no_epoll_create2.patch} |    0 
 recipes/ltp/ltp_20090131.bb                        |    6 ++++--
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/recipes/ltp/ltp-20090131/no_epoll_create2_mips.patch b/recipes/ltp/ltp-20090131/no_epoll_create2.patch
similarity index 100%
rename from recipes/ltp/ltp-20090131/no_epoll_create2_mips.patch
rename to recipes/ltp/ltp-20090131/no_epoll_create2.patch
diff --git a/recipes/ltp/ltp_20090131.bb b/recipes/ltp/ltp_20090131.bb
index 61775cf..4793d24 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}"
 





More information about the Openembedded-commits mailing list