aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended
diff options
context:
space:
mode:
authorNiko Mauno <niko.mauno@vaisala.com>2018-04-20 17:09:28 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-06-15 11:37:46 +0100
commitab78b6a9bfa7fbdc7dca44734060b62900e2b94e (patch)
tree1852d1a994bff3a7d9e4bde8a5ff52486a70b0e1 /meta/recipes-extended
parentdae7d6abe71773962e0088b73b3584dd2d18c5f6 (diff)
downloadopenembedded-core-ab78b6a9bfa7fbdc7dca44734060b62900e2b94e.tar.gz
procps: Complement update-alternatives scope
Avoid collision of propcs provided w binary with BusyBox-provided applet in case both are installed to same rootfs, by adding w to update-alternatives scope via bindir_progs variable (From OE-Core rev: de4206c6fd0c3be77d71958f532604b65a4dd5be) Signed-off-by: Niko Mauno <niko.mauno@vaisala.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta/recipes-extended')
-rw-r--r--meta/recipes-extended/procps/procps_3.3.12.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/procps/procps_3.3.12.bb b/meta/recipes-extended/procps/procps_3.3.12.bb
index 99e43c5349..ecf215fecf 100644
--- a/meta/recipes-extended/procps/procps_3.3.12.bb
+++ b/meta/recipes-extended/procps/procps_3.3.12.bb
@@ -42,7 +42,7 @@ do_install_append () {
CONFFILES_${PN} = "${sysconfdir}/sysctl.conf"
-bindir_progs = "free pkill pmap pgrep pwdx skill snice top uptime"
+bindir_progs = "free pkill pmap pgrep pwdx skill snice top uptime w"
base_bindir_progs += "kill pidof ps watch"
base_sbindir_progs += "sysctl"