From: Huang Qiyu Date: Tue, 26 Sep 2017 02:36:34 +0000 (+0800) Subject: stat: Add HOMEPAGE info into recipe file. X-Git-Tag: 2017-10~63 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=9e65101eb308ee85d5ab43676423ce4b443f0bd1;p=openembedded-core.git stat: Add HOMEPAGE info into recipe file. Signed-off-by: Huang Qiyu Signed-off-by: Ross Burton --- diff --git a/meta/recipes-extended/stat/stat_3.3.bb b/meta/recipes-extended/stat/stat_3.3.bb index 0697c73908..8ac8e89a22 100644 --- a/meta/recipes-extended/stat/stat_3.3.bb +++ b/meta/recipes-extended/stat/stat_3.3.bb @@ -1,4 +1,5 @@ SUMMARY = "Command line file status display utility" +HOMEPAGE = "http://www.ibiblio.org/pub/Linux/utils/file/" DESCRIPTION = "Displays all information about a file that the stat() call provides and all information about a filesystem that statfs() provides." SECTION = "console/utils" LICENSE = "GPLv2"