From: Ovidiu Panait Date: Fri, 21 Jul 2023 10:58:27 +0000 (+0300) Subject: mdadm: add util-linux-blockdev ptest dependency X-Git-Tag: 2022-04.13-kirkstone~62 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7190ea3b70a9b36ecf48f948e792ac2ce6eca1e3;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git 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. Signed-off-by: Ovidiu Panait Signed-off-by: Alexandre Belloni (cherry picked from commit a15cd04f528d137d428a572f15d1ec5ebbbd81f0) Signed-off-by: Steve Sakoman --- diff --git a/meta/recipes-extended/mdadm/mdadm_4.2.bb b/meta/recipes-extended/mdadm/mdadm_4.2.bb index 307e7abd9e9..e4b98f82c19 100644 --- a/meta/recipes-extended/mdadm/mdadm_4.2.bb +++ b/meta/recipes-extended/mdadm/mdadm_4.2.bb @@ -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 \