diff options
-rw-r--r-- | meta/recipes-extended/procps/procps.inc | 9 | ||||
-rw-r--r-- | meta/recipes-extended/procps/procps_3.2.8.bb | 9 |
2 files changed, 8 insertions, 10 deletions
diff --git a/meta/recipes-extended/procps/procps.inc b/meta/recipes-extended/procps/procps.inc index 80080fc488..6ee4a04f81 100644 --- a/meta/recipes-extended/procps/procps.inc +++ b/meta/recipes-extended/procps/procps.inc | |||
@@ -13,8 +13,13 @@ DEPENDS = "ncurses" | |||
13 | SRC_URI = "http://procps.sourceforge.net/procps-${PV}.tar.gz \ | 13 | SRC_URI = "http://procps.sourceforge.net/procps-${PV}.tar.gz \ |
14 | file://install.patch" | 14 | file://install.patch" |
15 | 15 | ||
16 | inherit autotools | 16 | inherit autotools update-alternatives |
17 | 17 | ||
18 | FILES_${PN} += "${libdir}/*-${PV}.so ${base_libdir}/*-${PV}.so" | 18 | FILES_${PN} += "${libdir}/*-${PV}.so ${base_libdir}/*-${PV}.so" |
19 | FILES_SOLIBSDEV = "" | 19 | FILES_SOLIBSDEV = "" |
20 | FILES_${PN} += "" | 20 | |
21 | ALTERNATIVE_${PN} = "top uptime free pkill pmap kill sysctl ps pgrep pwdx watch" | ||
22 | ALTERNATIVE_LINK_NAME[kill] = "${base_bindir}/kill" | ||
23 | ALTERNATIVE_LINK_NAME[sysctl] = "${base_sbindir}/sysctl" | ||
24 | ALTERNATIVE_LINK_NAME[ps] = "${base_bindir}/ps" | ||
25 | ALTERNATIVE_PRIORITY = "110" | ||
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 \ |