mirror of
https://git.yoctoproject.org/poky
synced 2026-05-07 16:59:22 +00:00
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: a15cd04f528d137d428a572f15d1ec5ebbbd81f0) Signed-off-by: Ovidiu Panait <ovidiu.panait@windriver.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
ae1d378693
commit
71252e03e7
@@ -107,7 +107,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 \
|
||||
|
||||
Reference in New Issue
Block a user