summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/mdadm/mdadm_4.1.bb
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:37:02 +0100
commitcd925d23e39bcb1354d73b25367dbc8855f1cadb (patch)
tree8f4a0eaaef3e4f184c05bc6cc449a600ed592ce7 /meta/recipes-extended/mdadm/mdadm_4.1.bb
parent31305767c38852fadbdb4b4cb41cbac6c18156f2 (diff)
downloadpoky-cd925d23e39bcb1354d73b25367dbc8855f1cadb.tar.gz
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>
Diffstat (limited to 'meta/recipes-extended/mdadm/mdadm_4.1.bb')
-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() {
81 done 81 done
82} 82}
83 83
84RDEPENDS_${PN}-ptest += "bash" 84RDEPENDS_${PN}-ptest += "bash e2fsprogs-mke2fs"
85RRECOMMENDS_${PN}-ptest += " \ 85RRECOMMENDS_${PN}-ptest += " \
86 coreutils \ 86 coreutils \
87 util-linux \ 87 util-linux \