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: 7190ea3b70a9b36ecf48f948e792ac2ce6eca1e3)

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>
This commit is contained in:
Ovidiu Panait
2023-07-21 13:58:27 +03:00
committed by Steve Sakoman
parent 3b8d0acca3
commit eeca0078af

View File

@@ -105,7 +105,14 @@ do_install_ptest() {
}
RDEPENDS:${PN} += "bash"
RDEPENDS:${PN}-ptest += "bash e2fsprogs-mke2fs util-linux-lsblk util-linux-losetup strace"
RDEPENDS:${PN}-ptest += " \
bash \
e2fsprogs-mke2fs \
util-linux-lsblk \
util-linux-losetup \
util-linux-blockdev \
strace \
"
RRECOMMENDS:${PN}-ptest += " \
coreutils \
kernel-module-loop \