summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorHuang Qiyu <huangqy.fnst@cn.fujitsu.com>2017-09-26 10:36:34 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-10-07 23:20:39 +0100
commit4a56d26c11932b9455bd56865b86416db8345cfb (patch)
tree797cc38bba14e9b3a6334a51325c28f2832f479c /meta
parentd75c3b63609d8f356a0e6551ad7ec43c41d1b0aa (diff)
downloadpoky-4a56d26c11932b9455bd56865b86416db8345cfb.tar.gz
stat: Add HOMEPAGE info into recipe file.
(From OE-Core rev: 9e65101eb308ee85d5ab43676423ce4b443f0bd1) 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')
-rw-r--r--meta/recipes-extended/stat/stat_3.3.bb1
1 files changed, 1 insertions, 0 deletions
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 @@
1SUMMARY = "Command line file status display utility" 1SUMMARY = "Command line file status display utility"
2HOMEPAGE = "http://www.ibiblio.org/pub/Linux/utils/file/"
2DESCRIPTION = "Displays all information about a file that the stat() call provides and all information about a filesystem that statfs() provides." 3DESCRIPTION = "Displays all information about a file that the stat() call provides and all information about a filesystem that statfs() provides."
3SECTION = "console/utils" 4SECTION = "console/utils"
4LICENSE = "GPLv2" 5LICENSE = "GPLv2"