summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/mdadm
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2019-05-29 16:45:10 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-05-30 12:34:56 +0100
commit8f4e7f4ff4eed6503213f2d15bb86c0c86368966 (patch)
tree9edf35464b10d095b18663cb5c1b9babe3834c4b /meta/recipes-extended/mdadm
parent5054038567744d09e51e50f8c663f18224d6c555 (diff)
downloadopenembedded-core-contrib-8f4e7f4ff4eed6503213f2d15bb86c0c86368966.tar.gz
mdadm: Add missing ptest dependency
Without this the ptest fails, unable to find mkfs.ext3. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/mdadm')
-rw-r--r--meta/recipes-extended/mdadm/mdadm_4.1.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/mdadm/mdadm_4.1.bb b/meta/recipes-extended/mdadm/mdadm_4.1.bb
index 40fe376a79..494b81b5e7 100644
--- a/meta/recipes-extended/mdadm/mdadm_4.1.bb
+++ b/meta/recipes-extended/mdadm/mdadm_4.1.bb
@@ -81,7 +81,7 @@ do_install_ptest() {
done
}
-RDEPENDS_${PN}-ptest += "bash"
+RDEPENDS_${PN}-ptest += "bash e2fsprogs-mke2fs"
RRECOMMENDS_${PN}-ptest += " \
coreutils \
util-linux \