From cc6c7af900ae0196a62b7fa1375c55bbcd8e68b4 Mon Sep 17 00:00:00 2001 From: Dorinda Date: Wed, 3 Mar 2021 03:01:52 +0100 Subject: meta/recipes-extended: Add HOMEPAGE / DESCRIPTION Added HOMEPAGE and DESCRIPTION for recipes with missing decriptions or homepage [YOCTO #13471] Signed-off-by: Dorinda Bassey Signed-off-by: Richard Purdie --- meta/recipes-extended/logrotate/logrotate_3.18.0.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'meta/recipes-extended/logrotate') 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 @@ SUMMARY = "Rotates, compresses, removes and mails system log files" SECTION = "console/utils" -HOMEPAGE = "https://github.com/logrotate/logrotate/issues" +HOMEPAGE = "https://github.com/logrotate/logrotate/" +DESCRIPTION = "The logrotate utility is designed to simplify the administration of log files on a system which generates a lot of log files." LICENSE = "GPLv2" # TODO: Document coreutils dependency. Why not RDEPENDS? Why not busybox? -- cgit 1.2.3-korg