[oe-commits] [openembedded-core] 30/46: procps: fix ALTERNATIVE_PRIORITY to avoid conflict

git at git.openembedded.org git at git.openembedded.org
Fri Mar 17 15:37:13 UTC 2017


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 0d82271e8210e0835d11d56a5aeb4303dce75202
Author: Chen Qi <Qi.Chen at windriver.com>
AuthorDate: Fri Mar 10 15:03:05 2017 +0800

    procps: fix ALTERNATIVE_PRIORITY to avoid conflict
    
    Previously, 'pidof' utility has two providers, sysvinit and procps, and
    both have the same priority 200. Fix procps to lower the priority of its
    'pidof' to 150 to avoid conflict.
    
    Signed-off-by: Chen Qi <Qi.Chen at windriver.com>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/recipes-extended/procps/procps_3.3.12.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-extended/procps/procps_3.3.12.bb b/meta/recipes-extended/procps/procps_3.3.12.bb
index 1f793b9..adabd75 100644
--- a/meta/recipes-extended/procps/procps_3.3.12.bb
+++ b/meta/recipes-extended/procps/procps_3.3.12.bb
@@ -49,6 +49,7 @@ base_bindir_progs += "kill pidof ps watch"
 base_sbindir_progs += "sysctl"
 
 ALTERNATIVE_PRIORITY = "200"
+ALTERNATIVE_PRIORITY[pidof] = "150"
 
 ALTERNATIVE_${PN} = "${bindir_progs} ${base_bindir_progs} ${base_sbindir_progs}"
 

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


More information about the Openembedded-commits mailing list