diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-12-15 16:34:04 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-12-16 11:56:30 +0000 |
commit | f19e8de4cfafa86aa90e27dded89d815537b9825 (patch) | |
tree | 2f064b36cf3e0908c69c913d8f7bd0392673525a /meta/recipes-extended/procps | |
parent | 455ff3242627f6e3178e44b5d43468a9ae81584c (diff) | |
download | poky-f19e8de4cfafa86aa90e27dded89d815537b9825.tar.gz |
coreutils/procps: Revert priority change since coreutils > busybox
In 2ce514a394e1e062172bb097aa92a1792a0f8eaf, "coreutils: fix
ALTERNATIVE_PRIORITY conflict with procps and mktemp" the priority was
lowered from 100 to 30. Unfortunately this lowered coreutils past
busybox which means busybox was ending up in our SDK images. This isn't
what users expect.
1c0cfffee21e99a7356c9046c86628bc0acf654c raises the priority of mktemp
to 200, do the same for procps and make the system consistent.
(From OE-Core rev: 770618eb33fc576f903a4c8011cc2d9f8f78071d)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/procps')
-rw-r--r-- | meta/recipes-extended/procps/procps_3.3.10.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/procps/procps_3.3.10.bb b/meta/recipes-extended/procps/procps_3.3.10.bb index dcfaba71f2..e474f5b5b4 100644 --- a/meta/recipes-extended/procps/procps_3.3.10.bb +++ b/meta/recipes-extended/procps/procps_3.3.10.bb | |||
@@ -49,7 +49,7 @@ bindir_progs = "free pkill pmap pgrep pwdx skill snice top uptime" | |||
49 | base_bindir_progs += "kill pidof ps watch" | 49 | base_bindir_progs += "kill pidof ps watch" |
50 | base_sbindir_progs += "sysctl" | 50 | base_sbindir_progs += "sysctl" |
51 | 51 | ||
52 | ALTERNATIVE_PRIORITY = "100" | 52 | ALTERNATIVE_PRIORITY = "200" |
53 | 53 | ||
54 | ALTERNATIVE_${PN} = "${bindir_progs} ${base_bindir_progs} ${base_sbindir_progs}" | 54 | ALTERNATIVE_${PN} = "${bindir_progs} ${base_bindir_progs} ${base_sbindir_progs}" |
55 | 55 | ||