mirror of
https://git.yoctoproject.org/poky
synced 2026-06-10 04:00:28 +00:00
util-linux: remove 'which' from -ptest RDEPENDS
The 'kill' test case which to find a kill binary (not built-in). The which implementation in busybox is perfectly sufficient for this purpose. (From OE-Core rev: b84d2d80df91b7789570a389c35a78f922e37d02) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
5c4a0dbcac
commit
01c610a439
@@ -206,7 +206,7 @@ RDEPENDS:${PN}-dev += " util-linux-libuuid-dev"
|
||||
RPROVIDES:${PN}-dev = "${PN}-libblkid-dev ${PN}-libmount-dev"
|
||||
|
||||
RDEPENDS:${PN}-bash-completion += "${PN}-lsblk ${PN}-findmnt"
|
||||
RDEPENDS:${PN}-ptest += "bash bc btrfs-tools coreutils e2fsprogs findutils grep iproute2 kmod procps sed socat which xz diffutils"
|
||||
RDEPENDS:${PN}-ptest += "bash bc btrfs-tools coreutils e2fsprogs findutils grep iproute2 kmod procps sed socat xz diffutils"
|
||||
RRECOMMENDS:${PN}-ptest += "kernel-module-scsi-debug kernel-module-sd-mod kernel-module-loop kernel-module-algif-hash"
|
||||
RDEPENDS:${PN}-swaponoff = "${PN}-swapon ${PN}-swapoff"
|
||||
ALLOW_EMPTY:${PN}-swaponoff = "1"
|
||||
|
||||
Reference in New Issue
Block a user