diff options
author | Ross Burton <ross@burtonini.com> | 2021-07-05 18:04:19 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-07-07 11:39:42 +0100 |
commit | ebaf733a7099a9fce3a3387d40085b51d9838c19 (patch) | |
tree | e3ca228254f3745524edeb0b9ecf1dee256c17c7 /meta/recipes-core | |
parent | 31d2e2ef9fb3868c7de5c2779771a0724acbdf90 (diff) | |
download | poky-ebaf733a7099a9fce3a3387d40085b51d9838c19.tar.gz |
util-linux: add missing ptest dependencies
The kernel modules loop and sd-mod are needed for the block device tests.
GNU find is used in some tests.
(From OE-Core rev: 9350c391f11bf7587fe46a54c93dc6e4bf3b51db)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r-- | meta/recipes-core/util-linux/util-linux_2.37.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-core/util-linux/util-linux_2.37.bb b/meta/recipes-core/util-linux/util-linux_2.37.bb index 933995ea94..48b6208612 100644 --- a/meta/recipes-core/util-linux/util-linux_2.37.bb +++ b/meta/recipes-core/util-linux/util-linux_2.37.bb | |||
@@ -132,8 +132,8 @@ RDEPENDS_${PN}-dev += " util-linux-libuuid-dev" | |||
132 | RPROVIDES_${PN}-dev = "${PN}-libblkid-dev ${PN}-libmount-dev" | 132 | RPROVIDES_${PN}-dev = "${PN}-libblkid-dev ${PN}-libmount-dev" |
133 | 133 | ||
134 | RDEPENDS_${PN}-bash-completion += "${PN}-lsblk" | 134 | RDEPENDS_${PN}-bash-completion += "${PN}-lsblk" |
135 | RDEPENDS_${PN}-ptest += "bash bc btrfs-tools coreutils e2fsprogs grep iproute2 kmod mdadm procps sed socat which xz" | 135 | RDEPENDS_${PN}-ptest += "bash bc btrfs-tools coreutils e2fsprogs findutils grep iproute2 kmod mdadm procps sed socat which xz" |
136 | RRECOMMENDS_${PN}-ptest += "kernel-module-scsi-debug" | 136 | RRECOMMENDS_${PN}-ptest += "kernel-module-scsi-debug kernel-module-sd-mod kernel-module-loop" |
137 | RDEPENDS_${PN}-swaponoff = "${PN}-swapon ${PN}-swapoff" | 137 | RDEPENDS_${PN}-swaponoff = "${PN}-swapon ${PN}-swapoff" |
138 | ALLOW_EMPTY_${PN}-swaponoff = "1" | 138 | ALLOW_EMPTY_${PN}-swaponoff = "1" |
139 | 139 | ||