diff options
author | Huang Qiyu <huangqy.fnst@cn.fujitsu.com> | 2017-09-21 14:41:44 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-09-22 17:15:30 +0100 |
commit | ab93338177af644cbaa5594fd3e0daa67398c729 (patch) | |
tree | 5182e0dd90e07eb971f0e464d9cf75624925e57e /meta/recipes-extended/psmisc/psmisc.inc | |
parent | 3de45e35b67c239aed6bd3039e6ab4e0c43a2b00 (diff) | |
download | poky-ab93338177af644cbaa5594fd3e0daa67398c729.tar.gz |
psmisc: Add HOMEPAGE info into recipe file.
(From OE-Core rev: b4a7f3ac030c875ac954eb50d1a6ec460bcefe6f)
Signed-off-by: Huang Qiyu <huangqy.fnst@cn.fujitsu.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/psmisc/psmisc.inc')
-rw-r--r-- | meta/recipes-extended/psmisc/psmisc.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-extended/psmisc/psmisc.inc b/meta/recipes-extended/psmisc/psmisc.inc index 22b2e850a3..66a784b53c 100644 --- a/meta/recipes-extended/psmisc/psmisc.inc +++ b/meta/recipes-extended/psmisc/psmisc.inc | |||
@@ -1,4 +1,5 @@ | |||
1 | SUMMARY = "Utilities for managing processes on your system" | 1 | SUMMARY = "Utilities for managing processes on your system" |
2 | HOMEPAGE = "http://psmisc.sf.net/" | ||
2 | DESCRIPTION = "The psmisc package contains utilities for managing processes on your \ | 3 | DESCRIPTION = "The psmisc package contains utilities for managing processes on your \ |
3 | system: pstree, killall and fuser. The pstree command displays a tree \ | 4 | system: pstree, killall and fuser. The pstree command displays a tree \ |
4 | structure of all of the running processes on your system. The killall \ | 5 | structure of all of the running processes on your system. The killall \ |