summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/ltp/ltp_20200515.bb
diff options
context:
space:
mode:
authorHe Zhe <zhe.he@windriver.com>2020-06-23 16:30:47 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-06-24 18:06:05 +0100
commit860d927e8e1c47d291e02119898d73a436fee259 (patch)
tree95739ebbddc37f53c56bc65947154ffb1521e073 /meta/recipes-extended/ltp/ltp_20200515.bb
parent628e22597aedaae68a39f846334f488badd1aa5f (diff)
downloadopenembedded-core-contrib-860d927e8e1c47d291e02119898d73a436fee259.tar.gz
ltp: Fix copy_file_rang02 for 32-bit arches
Fix the following error. copy_file_range02.c:139: FAIL: copy_file_range failed unexpectedly; expected EOVERFLOW, but got: EFBIG (27) Signed-off-by: He Zhe <zhe.he@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/ltp/ltp_20200515.bb')
-rw-r--r--meta/recipes-extended/ltp/ltp_20200515.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-extended/ltp/ltp_20200515.bb b/meta/recipes-extended/ltp/ltp_20200515.bb
index f2510baa68..b283add12f 100644
--- a/meta/recipes-extended/ltp/ltp_20200515.bb
+++ b/meta/recipes-extended/ltp/ltp_20200515.bb
@@ -36,6 +36,7 @@ SRC_URI = "git://github.com/linux-test-project/ltp.git \
file://0001-Add-more-musl-exclusions.patch \
file://0001-ptrace01-Fix-missing-format-string.patch \
file://0001-sigwaitinfo-Do-not-run-invalid-undefined-test-cases.patch \
+ file://0001-syscalls-copy_file_range02-Expect-EFBIG-in-subcase-m.patch \
"
S = "${WORKDIR}/git"