[oe-commits] [openembedded-core] 24/57: procps: Complement update-alternatives scope

git at git.openembedded.org git at git.openembedded.org
Thu May 3 09:05:38 UTC 2018


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit ad2ad899cd594dda6e38f6eca38dcd62897def39
Author: Niko Mauno <niko.mauno at vaisala.com>
AuthorDate: Fri Apr 20 17:09:28 2018 +0300

    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 at vaisala.com>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/recipes-extended/procps/procps_3.3.12.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-extended/procps/procps_3.3.12.bb b/meta/recipes-extended/procps/procps_3.3.12.bb
index 99e43c5..ecf215f 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"
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list