From: Paul Gortmaker Date: Wed, 21 Jan 2015 18:52:16 +0000 (-0500) Subject: procps: disable fancy new top output mode X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~31287 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e6f57ae4cfad51107a8723cc42aec1ad2fc4c7da;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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 Signed-off-by: Ross Burton --- diff --git a/meta/recipes-extended/procps/procps_3.3.10.bb b/meta/recipes-extended/procps/procps_3.3.10.bb index d8b04dc204a..621b6dd5786 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}"