1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-08 05:09:24 +00:00

mdadm: Add missing ptest dependency

Without this the ptest fails, unable to find mkfs.ext3.

(From OE-Core rev: 8f4e7f4ff4eed6503213f2d15bb86c0c86368966)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Richard Purdie
2019-05-29 16:45:10 +01:00
parent 31305767c3
commit cd925d23e3
+1 -1
View File
@@ -81,7 +81,7 @@ do_install_ptest() {
done
}
RDEPENDS_${PN}-ptest += "bash"
RDEPENDS_${PN}-ptest += "bash e2fsprogs-mke2fs"
RRECOMMENDS_${PN}-ptest += " \
coreutils \
util-linux \