diff options
author | Paul Gortmaker <paul.gortmaker@windriver.com> | 2015-01-21 13:52:16 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-02-14 08:40:59 +0000 |
commit | 1993237a90fb12de37d9212f900e48ebe67e9f55 (patch) | |
tree | 87090656b6eb39a9d281f4228a9611c2d6a63833 /meta/recipes-extended/procps | |
parent | 9e938033722519a620f3d1b267024e33de924388 (diff) | |
download | poky-1993237a90fb12de37d9212f900e48ebe67e9f55.tar.gz |
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>
Diffstat (limited to 'meta/recipes-extended/procps')
-rw-r--r-- | meta/recipes-extended/procps/procps_3.3.10.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/procps/procps_3.3.10.bb b/meta/recipes-extended/procps/procps_3.3.10.bb index d8b04dc204..621b6dd578 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 | |||
22 | 22 | ||
23 | S = "${WORKDIR}/procps-ng-${PV}" | 23 | S = "${WORKDIR}/procps-ng-${PV}" |
24 | 24 | ||
25 | EXTRA_OECONF = "--enable-skill" | 25 | EXTRA_OECONF = "--enable-skill --disable-modern-top" |
26 | 26 | ||
27 | CPPFLAGS += "-I${S}" | 27 | CPPFLAGS += "-I${S}" |
28 | 28 | ||