]> code.ossystems Code Review - openembedded-core.git/commitdiff
procps: disable fancy new top output mode
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Wed, 21 Jan 2015 18:52:16 +0000 (13:52 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 14 Feb 2015 08:40:35 +0000 (08:40 +0000)
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.

Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-extended/procps/procps_3.3.10.bb

index d8b04dc204a03699ff34153328c2b7eed9b5e947..621b6dd5786c86bbc58ed99fde0d69e2fa7ff625 100644 (file)
@@ -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}"