summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOvidiu Panait <ovidiu.panait@windriver.com>2023-07-04 10:39:16 +0300
committerSteve Sakoman <steve@sakoman.com>2023-08-01 06:17:28 -1000
commiteb3cc5031f90febae295bc466ec5350c285e3b5c (patch)
tree45eb57eb4b01655f858863401f8dd36358067864
parent320e61a45a036d3f42e7f36a6387625214d9edfc (diff)
downloadpoky-eb3cc5031f90febae295bc466ec5350c285e3b5c.tar.gz
mdadm: fix 07revert-inplace ptest
Testcase 07revert-inplace fails if strace is not installed: ... strace -o /tmp/str ./mdadm -A /dev/md0 --update=revert-reshape /dev/<...> tests/07revert-inplace: line 40: strace: command not found Add strace to mdadm-ptest RDEPENDS to make sure the testcase passes even with a core-image-minimal build. (From OE-Core rev: 56485bbb1ccb9042a914f1ed477fc96323d39fdf) Signed-off-by: Ovidiu Panait <ovidiu.panait@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 7d9386663ac52ab69812867a0823c6055aedbc18) Signed-off-by: Steve Sakoman <steve@sakoman.com>
-rw-r--r--meta/recipes-extended/mdadm/mdadm_4.2.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/mdadm/mdadm_4.2.bb b/meta/recipes-extended/mdadm/mdadm_4.2.bb
index bcc0175f67..6152a83655 100644
--- a/meta/recipes-extended/mdadm/mdadm_4.2.bb
+++ b/meta/recipes-extended/mdadm/mdadm_4.2.bb
@@ -101,7 +101,7 @@ do_install_ptest() {
101} 101}
102 102
103RDEPENDS:${PN} += "bash" 103RDEPENDS:${PN} += "bash"
104RDEPENDS:${PN}-ptest += "bash e2fsprogs-mke2fs util-linux-lsblk util-linux-losetup" 104RDEPENDS:${PN}-ptest += "bash e2fsprogs-mke2fs util-linux-lsblk util-linux-losetup strace"
105RRECOMMENDS:${PN}-ptest += " \ 105RRECOMMENDS:${PN}-ptest += " \
106 coreutils \ 106 coreutils \
107 kernel-module-loop \ 107 kernel-module-loop \