mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 17:19:20 +00:00
util-linux: let -ptest package depend on all of util-linux
ptest executes all the binaries, so they really need to be available in the file system. [YOCTO #13058] (From OE-Core rev: 66637b33a8a153d8c1f509e9493bc4bee953f6cb) Signed-off-by: André Draszik <andre.draszik@jci.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
f6923fcc9c
commit
9fb14cb924
@@ -306,7 +306,7 @@ python populate_packages_prepend() {
|
||||
}
|
||||
|
||||
RDEPENDS_${PN}-bash-completion += "util-linux-lsblk"
|
||||
RDEPENDS_${PN}-ptest = "bash grep coreutils which util-linux-blkid util-linux-fsck btrfs-tools"
|
||||
RDEPENDS_${PN}-ptest = "bash grep coreutils which btrfs-tools ${PN}"
|
||||
|
||||
do_compile_ptest() {
|
||||
oe_runmake buildtest-TESTS
|
||||
|
||||
Reference in New Issue
Block a user