diff options
author | Tudor Florea <tudor.florea@enea.com> | 2016-04-01 13:46:20 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-04-03 15:51:35 +0100 |
commit | 46eed0a4aaac943fff9cdba81848a9e0b1154b5c (patch) | |
tree | 7ae96fb2b941517b3cbfc6c36557d726de33f81e /meta/recipes-extended/ltp/ltp_20160126.bb | |
parent | 207ee90595a4e36c7358db7920562ad19ecb4179 (diff) | |
download | poky-46eed0a4aaac943fff9cdba81848a9e0b1154b5c.tar.gz |
ltp: fix test_proc_kill hanging
(From OE-Core rev: 725aad58b917533d5f60bc5a8968ac89038ef219)
Signed-off-by: Tudor Florea <tudor.florea@enea.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/ltp/ltp_20160126.bb')
-rw-r--r-- | meta/recipes-extended/ltp/ltp_20160126.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-extended/ltp/ltp_20160126.bb b/meta/recipes-extended/ltp/ltp_20160126.bb index 6be2187eaa..097c16d570 100644 --- a/meta/recipes-extended/ltp/ltp_20160126.bb +++ b/meta/recipes-extended/ltp/ltp_20160126.bb | |||
@@ -61,6 +61,7 @@ SRC_URI = "git://github.com/linux-test-project/ltp.git \ | |||
61 | file://0032-regen.sh-Include-asm-unistd.h-explicitly.patch \ | 61 | file://0032-regen.sh-Include-asm-unistd.h-explicitly.patch \ |
62 | file://0033-shmat1-Cover-GNU-specific-code-under-__USE_GNU.patch \ | 62 | file://0033-shmat1-Cover-GNU-specific-code-under-__USE_GNU.patch \ |
63 | file://0034-periodic_output.patch \ | 63 | file://0034-periodic_output.patch \ |
64 | file://0035-fix-test_proc_kill-hang.patch \ | ||
64 | " | 65 | " |
65 | 66 | ||
66 | S = "${WORKDIR}/git" | 67 | S = "${WORKDIR}/git" |