All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] procps: fix ALTERNATIVE_PRIORITY to avoid conflict
@ 2017-03-10  7:03 Chen Qi
  2017-03-10  7:03 ` [PATCH 1/1] " Chen Qi
  0 siblings, 1 reply; 2+ messages in thread
From: Chen Qi @ 2017-03-10  7:03 UTC (permalink / raw)
  To: openembedded-core

The following changes since commit d454dc2fc17711d3efe6dbe5aca3c734f0ed158b:

  gcc-runtime: Fix QA issue (2017-03-08 11:52:57 +0000)

are available in the git repository at:

  git://git.pokylinux.org/poky-contrib ChenQi/procps-pidof
  http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=ChenQi/procps-pidof

Chen Qi (1):
  procps: fix ALTERNATIVE_PRIORITY to avoid conflict

 meta/recipes-extended/procps/procps_3.3.12.bb | 1 +
 1 file changed, 1 insertion(+)

-- 
1.9.1



^ permalink raw reply	[flat|nested] 2+ messages in thread

* [PATCH 1/1] procps: fix ALTERNATIVE_PRIORITY to avoid conflict
  2017-03-10  7:03 [PATCH 0/1] procps: fix ALTERNATIVE_PRIORITY to avoid conflict Chen Qi
@ 2017-03-10  7:03 ` Chen Qi
  0 siblings, 0 replies; 2+ messages in thread
From: Chen Qi @ 2017-03-10  7:03 UTC (permalink / raw)
  To: openembedded-core

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@windriver.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}"
 
-- 
1.9.1



^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-03-10  7:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-10  7:03 [PATCH 0/1] procps: fix ALTERNATIVE_PRIORITY to avoid conflict Chen Qi
2017-03-10  7:03 ` [PATCH 1/1] " Chen Qi

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.