summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/bash/bash_4.3.30.bb
diff options
context:
space:
mode:
authorHongxu Jia <hongxu.jia@windriver.com>2015-11-28 14:53:40 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-12-12 23:42:53 +0000
commita74258671f63f0d61e494ee7aa42b8756967a60a (patch)
treece2623c70400e481563cb6168c93e06b727054f7 /meta/recipes-extended/bash/bash_4.3.30.bb
parenta6bb872fd3a14d2dab5058a6533a44c6ea7c7de4 (diff)
downloadpoky-a74258671f63f0d61e494ee7aa42b8756967a60a.tar.gz
bash: fix testcase run-coproc/run-execscript/run-test/run-heredoc failed
Add user 'test' to fix the failure of 'the test suite should not be run as root'(run-execscript and run-test) Backport test case from git://git.sv.gnu.org/bash.git to fix run-execscript and run-heredoc Still failed cases: FAIL: run-intl FAIL: run-lastpipe FAIL: run-trap YOCTO: 5698 (From OE-Core rev: 1096140cb1d2532ecb38ac5fbbbe13d40fdaf6af) Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/bash/bash_4.3.30.bb')
-rw-r--r--meta/recipes-extended/bash/bash_4.3.30.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-extended/bash/bash_4.3.30.bb b/meta/recipes-extended/bash/bash_4.3.30.bb
index 811e61c798..4426cf00a0 100644
--- a/meta/recipes-extended/bash/bash_4.3.30.bb
+++ b/meta/recipes-extended/bash/bash_4.3.30.bb
@@ -18,6 +18,7 @@ SRC_URI = "${GNU_MIRROR}/bash/${BP}.tar.gz;name=tarball \
18 file://mkbuiltins_have_stringize.patch \ 18 file://mkbuiltins_have_stringize.patch \
19 file://build-tests.patch \ 19 file://build-tests.patch \
20 file://test-output.patch \ 20 file://test-output.patch \
21 file://fix-run-coproc-run-heredoc-run-execscript-run-test-f.patch \
21 file://run-ptest \ 22 file://run-ptest \
22 " 23 "
23 24