diff options
| author | Ovidiu Panait <ovidiu.panait@windriver.com> | 2023-07-21 13:58:27 +0300 |
|---|---|---|
| committer | Steve Sakoman <steve@sakoman.com> | 2023-08-26 04:24:02 -1000 |
| commit | eeca0078af8c837b1354db19a08058f58051044f (patch) | |
| tree | 60c7fcb026d863fdc17e8d31dcaca92c84aba075 | |
| parent | 3b8d0acca30c806fb69fc3096d41593cc76ed22c (diff) | |
| download | poky-eeca0078af8c837b1354db19a08058f58051044f.tar.gz | |
mdadm: add util-linux-blockdev ptest dependency
07revert-inplace test logs contain the following:
func.sh: line 335: /sbin/blockdev: No such file or directory
Add the missing util-linux-blockdev dependency.
(From OE-Core rev: 7190ea3b70a9b36ecf48f948e792ac2ce6eca1e3)
Signed-off-by: Ovidiu Panait <ovidiu.panait@windriver.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
(cherry picked from commit a15cd04f528d137d428a572f15d1ec5ebbbd81f0)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
| -rw-r--r-- | meta/recipes-extended/mdadm/mdadm_4.2.bb | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/meta/recipes-extended/mdadm/mdadm_4.2.bb b/meta/recipes-extended/mdadm/mdadm_4.2.bb index 307e7abd9e..e4b98f82c1 100644 --- a/meta/recipes-extended/mdadm/mdadm_4.2.bb +++ b/meta/recipes-extended/mdadm/mdadm_4.2.bb | |||
| @@ -105,7 +105,14 @@ do_install_ptest() { | |||
| 105 | } | 105 | } |
| 106 | 106 | ||
| 107 | RDEPENDS:${PN} += "bash" | 107 | RDEPENDS:${PN} += "bash" |
| 108 | RDEPENDS:${PN}-ptest += "bash e2fsprogs-mke2fs util-linux-lsblk util-linux-losetup strace" | 108 | RDEPENDS:${PN}-ptest += " \ |
| 109 | bash \ | ||
| 110 | e2fsprogs-mke2fs \ | ||
| 111 | util-linux-lsblk \ | ||
| 112 | util-linux-losetup \ | ||
| 113 | util-linux-blockdev \ | ||
| 114 | strace \ | ||
| 115 | " | ||
| 109 | RRECOMMENDS:${PN}-ptest += " \ | 116 | RRECOMMENDS:${PN}-ptest += " \ |
| 110 | coreutils \ | 117 | coreutils \ |
| 111 | kernel-module-loop \ | 118 | kernel-module-loop \ |
