aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/ltp/ltp_20170516.bb
diff options
context:
space:
mode:
authorYi Zhao <yi.zhao@windriver.com>2017-09-21 15:54:58 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-09-22 17:14:43 +0100
commitb38a44e3ca30a8fe83bdccb4ee2b7748b3f7f223 (patch)
tree459520b1153f8ec642714acd7a7aee2df1216815 /meta/recipes-extended/ltp/ltp_20170516.bb
parentb4a7f3ac030c875ac954eb50d1a6ec460bcefe6f (diff)
downloadopenembedded-core-contrib-b38a44e3ca30a8fe83bdccb4ee2b7748b3f7f223.tar.gz
ltp: fix hanging issue for gdb01 case
If gdb01 testcase runs as background process, gdb can receive SIGTTOU and then the case gets stuck. Replace stdin with /dev/null to fix this issue. The patch is backported from upstream. Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-extended/ltp/ltp_20170516.bb')
-rw-r--r--meta/recipes-extended/ltp/ltp_20170516.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-extended/ltp/ltp_20170516.bb b/meta/recipes-extended/ltp/ltp_20170516.bb
index 1d0cc1af3a..653cbfd4ed 100644
--- a/meta/recipes-extended/ltp/ltp_20170516.bb
+++ b/meta/recipes-extended/ltp/ltp_20170516.bb
@@ -49,6 +49,7 @@ SRC_URI = "git://github.com/linux-test-project/ltp.git \
file://0035-fix-test_proc_kill-hang.patch \
file://0036-testcases-network-nfsv4-acl-acl1.c-Security-fix-on-s.patch \
file://0037-ltp-fix-PAGE_SIZE-redefinition-and-O_CREAT-undeclear.patch \
+ file://0038-commands-gdb01-replace-stdin-with-dev-null.patch \
"
S = "${WORKDIR}/git"