diff options
author | Leon Woestenberg <leon@sidebranch.com> | 2009-04-27 21:06:20 +0200 |
---|---|---|
committer | Leon Woestenberg <leon@sidebranch.com> | 2009-04-27 21:06:20 +0200 |
commit | cc2046eec07d9525d7f19d36caa3293116b3922c (patch) | |
tree | 249b9e9a62626fca74ef16adf323a0c56a472704 /recipes/ltp/ltp_20090131.bb | |
parent | f67b2104dafeda09571259ba4c3e6019d8a0888b (diff) |
ltp-20090131: Added upstream fix for missing non-x86 syscalls.
This fixes errors for powerpc targets (and likely other targets as well),
such as:
dup3_01.c:74:4: error: #error "need __NR_dup3"
Signed-off-by: Leon Woestenberg <leon@sidebranch.com>
Diffstat (limited to 'recipes/ltp/ltp_20090131.bb')
-rw-r--r-- | recipes/ltp/ltp_20090131.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/recipes/ltp/ltp_20090131.bb b/recipes/ltp/ltp_20090131.bb index 4793d24e27..1a661fbd71 100644 --- a/recipes/ltp/ltp_20090131.bb +++ b/recipes/ltp/ltp_20090131.bb @@ -3,7 +3,7 @@ HOMEPAGE = "http://ltp.sourceforge.net" LICENSE = "GPL" SECTION = "console/utils" DEPENDS = "zip-native" -PR = "r3" +PR = "r4" inherit autotools @@ -12,7 +12,8 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/ltp/ltp-full-${PV}.tgz \ file://runltp-path.patch;patch=1 \ file://fix-tcore_patch_test_suites.patch;patch=1 \ file://no-IDcheck.patch;patch=1 \ - file://no_hyperthreading_tests.patch;patch=1" + file://no_hyperthreading_tests.patch;patch=1 \ + file://syscalls.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" |