summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOvidiu Panait <ovidiu.panait@windriver.com>2023-07-21 13:58:27 +0300
committerSteve Sakoman <steve@sakoman.com>2023-08-15 06:18:49 -1000
commit8c04824e5436dfd126d16a00294e2fe4a107db33 (patch)
tree2a824209f6ba22d4ca5957a265edf08dc3981f15
parentee034253ae6f1ec1cb3a7bd060a4abaf01420609 (diff)
downloadpoky-8c04824e5436dfd126d16a00294e2fe4a107db33.tar.gz
mdadm: add util-linux-blockdev ptest dependency
07revert-inplace test logs contain the following: func.sh: line 335: /sbin/blockdev: No such file or directory Add the missing util-linux-blockdev dependency. (From OE-Core rev: dd359520c5e7fd76a127333114217d6d6cd74880) Signed-off-by: Ovidiu Panait <ovidiu.panait@windriver.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> (cherry picked from commit a15cd04f528d137d428a572f15d1ec5ebbbd81f0) Signed-off-by: Steve Sakoman <steve@sakoman.com>
-rw-r--r--meta/recipes-extended/mdadm/mdadm_4.2.bb9
1 files changed, 8 insertions, 1 deletions
diff --git a/meta/recipes-extended/mdadm/mdadm_4.2.bb b/meta/recipes-extended/mdadm/mdadm_4.2.bb
index 50d9548747..fa50325f1f 100644
--- a/meta/recipes-extended/mdadm/mdadm_4.2.bb
+++ b/meta/recipes-extended/mdadm/mdadm_4.2.bb
@@ -107,7 +107,14 @@ do_install_ptest() {
107} 107}
108 108
109RDEPENDS:${PN} += "bash" 109RDEPENDS:${PN} += "bash"
110RDEPENDS:${PN}-ptest += "bash e2fsprogs-mke2fs util-linux-lsblk util-linux-losetup strace" 110RDEPENDS:${PN}-ptest += " \
111 bash \
112 e2fsprogs-mke2fs \
113 util-linux-lsblk \
114 util-linux-losetup \
115 util-linux-blockdev \
116 strace \
117"
111RRECOMMENDS:${PN}-ptest += " \ 118RRECOMMENDS:${PN}-ptest += " \
112 coreutils \ 119 coreutils \
113 kernel-module-loop \ 120 kernel-module-loop \