mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 00:59:48 +00:00
recipes-extended: Add Summary information
Add Summary information and update descriptions as necessary. Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
This commit is contained in:
committed by
Richard Purdie
parent
8bcb64c073
commit
f992d6b434
@@ -1,5 +1,11 @@
|
||||
LICENSE = "GPL"
|
||||
DESCRIPTION = "procfs tools"
|
||||
SUMMARY = "Utilities for managing processes on your system"
|
||||
DESCRIPTION = "The psmisc package contains utilities for managing processes on your \
|
||||
system: pstree, killall and fuser. The pstree command displays a tree \
|
||||
structure of all of the running processes on your system. The killall \
|
||||
command sends a specified signal (SIGTERM if nothing is specified) to \
|
||||
processes identified by name. The fuser command identifies the PIDs \
|
||||
of processes that are using specified files or filesystems."
|
||||
SECTION = "base"
|
||||
PRIORITY = "required"
|
||||
DEPENDS = "ncurses virtual/libintl"
|
||||
|
||||
Reference in New Issue
Block a user