diff options
-rw-r--r-- | meta/recipes-extended/procps/procps.inc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/meta/recipes-extended/procps/procps.inc b/meta/recipes-extended/procps/procps.inc index 6ee4a04f81..20d5fc2be2 100644 --- a/meta/recipes-extended/procps/procps.inc +++ b/meta/recipes-extended/procps/procps.inc | |||
@@ -15,6 +15,10 @@ SRC_URI = "http://procps.sourceforge.net/procps-${PV}.tar.gz \ | |||
15 | 15 | ||
16 | inherit autotools update-alternatives | 16 | inherit autotools update-alternatives |
17 | 17 | ||
18 | do_install_append() { | ||
19 | mv ${D}${bindir}/watch ${D}${bindir}/watch.${BPN} | ||
20 | } | ||
21 | |||
18 | FILES_${PN} += "${libdir}/*-${PV}.so ${base_libdir}/*-${PV}.so" | 22 | FILES_${PN} += "${libdir}/*-${PV}.so ${base_libdir}/*-${PV}.so" |
19 | FILES_SOLIBSDEV = "" | 23 | FILES_SOLIBSDEV = "" |
20 | 24 | ||
@@ -22,4 +26,6 @@ ALTERNATIVE_${PN} = "top uptime free pkill pmap kill sysctl ps pgrep pwdx watch" | |||
22 | ALTERNATIVE_LINK_NAME[kill] = "${base_bindir}/kill" | 26 | ALTERNATIVE_LINK_NAME[kill] = "${base_bindir}/kill" |
23 | ALTERNATIVE_LINK_NAME[sysctl] = "${base_sbindir}/sysctl" | 27 | ALTERNATIVE_LINK_NAME[sysctl] = "${base_sbindir}/sysctl" |
24 | ALTERNATIVE_LINK_NAME[ps] = "${base_bindir}/ps" | 28 | ALTERNATIVE_LINK_NAME[ps] = "${base_bindir}/ps" |
29 | ALTERNATIVE_LINK_NAME[watch] = "${base_bindir}/watch" | ||
30 | ALTERNATIVE_TARGET[watch] = "${bindir}/watch.${BPN}" | ||
25 | ALTERNATIVE_PRIORITY = "110" | 31 | ALTERNATIVE_PRIORITY = "110" |