mirror of
https://git.yoctoproject.org/poky
synced 2026-04-02 17:02:21 +02:00
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) (From OE-Core rev: ab78b6a9bfa7fbdc7dca44734060b62900e2b94e) 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> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
750e2e0ed4
commit
a9803c97bb
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user