mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 00:59:48 +00:00
openssh/util-linux/python*: Ensure ptest output is unbuffered
We need to run sed with the -u option to ensure the output is unbuffered else ptest-runner may timeout thinkig things were idle. Busybox doesn't have the -u option so we need to RDEPEND on sed (which is a good thing to do if we use it anyway). Alex Kanavin should get credit for discovering the problem. (From OE-Core rev: d3ffbebf43c23faa43af81c9ecf6fcaef36d675b) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -142,7 +142,7 @@ 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}"
|
||||
RDEPENDS_${PN}-ptest = "bash grep coreutils which btrfs-tools ${PN} sed"
|
||||
RDEPENDS_${PN}-swaponoff = "${PN}-swapon ${PN}-swapoff"
|
||||
ALLOW_EMPTY_${PN}-swaponoff = "1"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user