mirror of
https://git.yoctoproject.org/poky
synced 2026-04-20 18:32:12 +02:00
procps: disable fancy new top output mode
General consensus is that the new output format, with the all red colour and one line per core is too fugly to be left as the default. Use the configure option to switch it back to the sane default that we've all become used to seeing for decades. (From OE-Core rev: e6f57ae4cfad51107a8723cc42aec1ad2fc4c7da) Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
9e93803372
commit
1993237a90
@@ -22,7 +22,7 @@ SRC_URI[sha256sum] = "a02e6f98974dfceab79884df902ca3df30b0e9bad6d76aee0fb5dce17f
|
||||
|
||||
S = "${WORKDIR}/procps-ng-${PV}"
|
||||
|
||||
EXTRA_OECONF = "--enable-skill"
|
||||
EXTRA_OECONF = "--enable-skill --disable-modern-top"
|
||||
|
||||
CPPFLAGS += "-I${S}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user