[oe-commits] Paul Gortmaker : procps: disable fancy new top output mode

git at git.openembedded.org git at git.openembedded.org
Sat Feb 14 22:27:32 UTC 2015


Module: openembedded-core.git
Branch: master-next
Commit: e6f57ae4cfad51107a8723cc42aec1ad2fc4c7da
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=e6f57ae4cfad51107a8723cc42aec1ad2fc4c7da

Author: Paul Gortmaker <paul.gortmaker at windriver.com>
Date:   Wed Jan 21 13:52:16 2015 -0500

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.

Signed-off-by: Paul Gortmaker <paul.gortmaker at windriver.com>
Signed-off-by: Ross Burton <ross.burton at intel.com>

---

 meta/recipes-extended/procps/procps_3.3.10.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-extended/procps/procps_3.3.10.bb b/meta/recipes-extended/procps/procps_3.3.10.bb
index d8b04dc..621b6dd 100644
--- a/meta/recipes-extended/procps/procps_3.3.10.bb
+++ b/meta/recipes-extended/procps/procps_3.3.10.bb
@@ -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}"
 



More information about the Openembedded-commits mailing list