diff options
author | Niko Mauno <niko.mauno@vaisala.com> | 2018-04-20 17:09:28 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-05-04 09:54:58 +0100 |
commit | de4206c6fd0c3be77d71958f532604b65a4dd5be (patch) | |
tree | 8e470f75dfca630230cfbe4f70b49ced5a2ea832 | |
parent | f8393b2b4bc5fbd972be00cb17d0c574ae8deff9 (diff) | |
download | openembedded-core-de4206c6fd0c3be77d71958f532604b65a4dd5be.tar.gz openembedded-core-de4206c6fd0c3be77d71958f532604b65a4dd5be.tar.bz2 openembedded-core-de4206c6fd0c3be77d71958f532604b65a4dd5be.zip |
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
Signed-off-by: Niko Mauno <niko.mauno@vaisala.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
-rw-r--r-- | meta/recipes-extended/procps/procps_3.3.12.bb | 2 |
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" |