summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/ltp/ltp_20190517.bb
diff options
context:
space:
mode:
authorHe Zhe <zhe.he@windriver.com>2019-08-19 21:56:33 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-08-21 15:29:02 +0100
commitf5a8ce775c803fa406bda378eb174407d365d503 (patch)
tree9dc6b033484cdbfcad3423bc56cfe23bb526ff2a /meta/recipes-extended/ltp/ltp_20190517.bb
parent95c604953d054a688d3a30b303c9025094e65f84 (diff)
downloadpoky-f5a8ce775c803fa406bda378eb174407d365d503.tar.gz
ltp: Fix tgkill03 failure
Backport a patch to fix the followig failure. tgkill03.c:94: FAIL: Defunct tid should have failed with ESRCH: SUCCESS (From OE-Core rev: 92e873c63499850f1f9461d3babde13d44bc8f9c) 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_20190517.bb')
-rw-r--r--meta/recipes-extended/ltp/ltp_20190517.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-extended/ltp/ltp_20190517.bb b/meta/recipes-extended/ltp/ltp_20190517.bb
index c62f2618b5..f6c7de62dd 100644
--- a/meta/recipes-extended/ltp/ltp_20190517.bb
+++ b/meta/recipes-extended/ltp/ltp_20190517.bb
@@ -43,6 +43,7 @@ SRC_URI = "git://github.com/linux-test-project/ltp.git \
43 file://0012-getrlimit03-adjust-a-bit-of-code-to-compatiable-with.patch \ 43 file://0012-getrlimit03-adjust-a-bit-of-code-to-compatiable-with.patch \
44 file://0001-Add-configure-time-check-for-getdents-getdents64-API.patch \ 44 file://0001-Add-configure-time-check-for-getdents-getdents64-API.patch \
45 file://0002-check-for-RES_USE_INET6-during-configure.patch \ 45 file://0002-check-for-RES_USE_INET6-during-configure.patch \
46 file://0001-syscalls-tgkill03-wait-for-defunct-tid-to-get-detach.patch \
46 " 47 "
47 48
48S = "${WORKDIR}/git" 49S = "${WORKDIR}/git"