diff options
author | Saul Wold <sgw@linux.intel.com> | 2012-07-26 17:24:04 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-08-15 14:26:35 +0100 |
commit | 03c4940ec974b03baa5b0cd6d3513477ba2f40cb (patch) | |
tree | c1a7995eb06a8f4689d442f2d9abb9a8786c5b5d /meta/recipes-extended/procps/procps_3.2.8.bb | |
parent | 38cab7c5f1a101eb601246957643c4c093de9054 (diff) | |
download | poky-03c4940ec974b03baa5b0cd6d3513477ba2f40cb.tar.gz |
procps: cleanup update-alternatives deprecated code
(From OE-Core rev: 04c412803b7faf7ac87621be2c03b1f17a1f6c8c)
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/procps/procps_3.2.8.bb')
-rw-r--r-- | meta/recipes-extended/procps/procps_3.2.8.bb | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/meta/recipes-extended/procps/procps_3.2.8.bb b/meta/recipes-extended/procps/procps_3.2.8.bb index 5508eb05b3..7b011a0147 100644 --- a/meta/recipes-extended/procps/procps_3.2.8.bb +++ b/meta/recipes-extended/procps/procps_3.2.8.bb | |||
@@ -1,13 +1,6 @@ | |||
1 | require procps.inc | 1 | require procps.inc |
2 | 2 | ||
3 | PR = "r8" | 3 | PR = "r9" |
4 | |||
5 | inherit update-alternatives | ||
6 | |||
7 | ALTERNATIVE_LINKS = "${bindir}/top ${bindir}/uptime ${bindir}/free ${bindir}/pkill ${bindir}/pmap \ | ||
8 | ${base_bindir}/kill ${base_sbindir}/sysctl ${base_bindir}/ps \ | ||
9 | ${bindir}/pgrep ${bindir}/pwdx ${bindir}/watch" | ||
10 | ALTERNATIVE_PRIORITY = "110" | ||
11 | 4 | ||
12 | SRC_URI += "file://procmodule.patch \ | 5 | SRC_URI += "file://procmodule.patch \ |
13 | file://psmodule.patch \ | 6 | file://psmodule.patch \ |