diff options
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 \ |