diff options
author | Dorinda <dorindabassey@gmail.com> | 2021-03-03 03:01:52 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-03-06 22:39:04 +0000 |
commit | 76e7ccfc306531b57fe88f1c37dc92d93af49b18 (patch) | |
tree | 465fb653203e5c694b555e2f9e0c28c6d72b5c27 /meta/recipes-extended/logrotate | |
parent | 85289a31077b307eed163af7baac62dd537df4c7 (diff) | |
download | poky-76e7ccfc306531b57fe88f1c37dc92d93af49b18.tar.gz |
meta/recipes-extended: Add HOMEPAGE / DESCRIPTION
Added HOMEPAGE and DESCRIPTION for recipes with missing decriptions or homepage
[YOCTO #13471]
(From OE-Core rev: cc6c7af900ae0196a62b7fa1375c55bbcd8e68b4)
Signed-off-by: Dorinda Bassey <dorindabassey@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/logrotate')
-rw-r--r-- | meta/recipes-extended/logrotate/logrotate_3.18.0.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-extended/logrotate/logrotate_3.18.0.bb b/meta/recipes-extended/logrotate/logrotate_3.18.0.bb index 270052f46f..55684ac9fb 100644 --- a/meta/recipes-extended/logrotate/logrotate_3.18.0.bb +++ b/meta/recipes-extended/logrotate/logrotate_3.18.0.bb | |||
@@ -1,6 +1,7 @@ | |||
1 | SUMMARY = "Rotates, compresses, removes and mails system log files" | 1 | SUMMARY = "Rotates, compresses, removes and mails system log files" |
2 | SECTION = "console/utils" | 2 | SECTION = "console/utils" |
3 | HOMEPAGE = "https://github.com/logrotate/logrotate/issues" | 3 | HOMEPAGE = "https://github.com/logrotate/logrotate/" |
4 | DESCRIPTION = "The logrotate utility is designed to simplify the administration of log files on a system which generates a lot of log files." | ||
4 | LICENSE = "GPLv2" | 5 | LICENSE = "GPLv2" |
5 | 6 | ||
6 | # TODO: Document coreutils dependency. Why not RDEPENDS? Why not busybox? | 7 | # TODO: Document coreutils dependency. Why not RDEPENDS? Why not busybox? |