mirror of
https://git.yoctoproject.org/poky
synced 2026-03-19 21:59:42 +01:00
util-linux: Add missing ptest dependencies
There are some missing dependencies for the util-linux-ptest package that causes inconsistencies in the package tests run in different images. The kernel module in RRECOMMENDS is not build at this time, it needs more testing and check if the configuration change can be part of the yocto-kernel-cache repository. (From OE-Core rev: 56f09cb4873f9de8efb44c640b6c9f1db8b721b7) Signed-off-by: Mariano López <just.another.mariano@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
e90cd2ed61
commit
e42d45925d
@@ -142,7 +142,8 @@ RDEPENDS_${PN}_class-nativesdk = ""
|
||||
RPROVIDES_${PN}-dev = "${PN}-libblkid-dev ${PN}-libmount-dev ${PN}-libuuid-dev"
|
||||
|
||||
RDEPENDS_${PN}-bash-completion += "${PN}-lsblk"
|
||||
RDEPENDS_${PN}-ptest = "bash grep coreutils which btrfs-tools ${PN} sed"
|
||||
RDEPENDS_${PN}-ptest = "bash bc btrfs-tools coreutils e2fsprogs grep iproute2 kmod mdadm ${PN} procps sed socat which xz"
|
||||
RRECOMMENDS_${PN}-ptest = "kernel-module-scsi-debug"
|
||||
RDEPENDS_${PN}-swaponoff = "${PN}-swapon ${PN}-swapoff"
|
||||
ALLOW_EMPTY_${PN}-swaponoff = "1"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user