diff options
Diffstat (limited to 'meta/recipes-extended/procps/procps.inc')
-rw-r--r-- | meta/recipes-extended/procps/procps.inc | 9 |
1 files changed, 7 insertions, 2 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" | ||