mirror of
https://git.yoctoproject.org/poky
synced 2026-09-14 12:49:34 +02:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
a6bb872fd3
commit
a74258671f
@@ -23,6 +23,9 @@ RDEPENDS_${PN} += "base-files"
|
||||
RDEPENDS_${PN}_class-nativesdk = ""
|
||||
RDEPENDS_${PN}-ptest += "make"
|
||||
|
||||
USERADD_PACKAGES = "${PN}-ptest"
|
||||
USERADD_PARAM_${PN}-ptest = "--create-home --user-group test"
|
||||
|
||||
do_configure_prepend () {
|
||||
if [ ! -e ${S}/acinclude.m4 ]; then
|
||||
cat ${S}/aclocal.m4 > ${S}/acinclude.m4
|
||||
|
||||
Reference in New Issue
Block a user