diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-05-29 16:45:10 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-05-30 12:37:02 +0100 |
| commit | cd925d23e39bcb1354d73b25367dbc8855f1cadb (patch) | |
| tree | 8f4a0eaaef3e4f184c05bc6cc449a600ed592ce7 | |
| parent | 31305767c38852fadbdb4b4cb41cbac6c18156f2 (diff) | |
| download | poky-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>
| -rw-r--r-- | meta/recipes-extended/mdadm/mdadm_4.1.bb | 2 |
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 | ||
| 84 | RDEPENDS_${PN}-ptest += "bash" | 84 | RDEPENDS_${PN}-ptest += "bash e2fsprogs-mke2fs" |
| 85 | RRECOMMENDS_${PN}-ptest += " \ | 85 | RRECOMMENDS_${PN}-ptest += " \ |
| 86 | coreutils \ | 86 | coreutils \ |
| 87 | util-linux \ | 87 | util-linux \ |
