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:
@@ -81,7 +81,7 @@ do_install_ptest() {
|
||||
done
|
||||
}
|
||||
|
||||
RDEPENDS_${PN}-ptest += "bash"
|
||||
RDEPENDS_${PN}-ptest += "bash e2fsprogs-mke2fs"
|
||||
RRECOMMENDS_${PN}-ptest += " \
|
||||
coreutils \
|
||||
util-linux \
|
||||
|
||||
Reference in New Issue
Block a user