summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/psmisc/psmisc.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-extended/psmisc/psmisc.inc')
-rw-r--r--meta/recipes-extended/psmisc/psmisc.inc8
1 files changed, 7 insertions, 1 deletions
diff --git a/meta/recipes-extended/psmisc/psmisc.inc b/meta/recipes-extended/psmisc/psmisc.inc
index d489891d64..8b391f4438 100644
--- a/meta/recipes-extended/psmisc/psmisc.inc
+++ b/meta/recipes-extended/psmisc/psmisc.inc
@@ -1,5 +1,11 @@
1LICENSE = "GPL" 1LICENSE = "GPL"
2DESCRIPTION = "procfs tools" 2SUMMARY = "Utilities for managing processes on your system"
3DESCRIPTION = "The psmisc package contains utilities for managing processes on your \
4system: pstree, killall and fuser. The pstree command displays a tree \
5structure of all of the running processes on your system. The killall \
6command sends a specified signal (SIGTERM if nothing is specified) to \
7processes identified by name. The fuser command identifies the PIDs \
8of processes that are using specified files or filesystems."
3SECTION = "base" 9SECTION = "base"
4PRIORITY = "required" 10PRIORITY = "required"
5DEPENDS = "ncurses virtual/libintl" 11DEPENDS = "ncurses virtual/libintl"