diff options
author | Huang Qiyu <huangqy.fnst@cn.fujitsu.com> | 2017-09-26 10:36:34 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-10-06 12:03:30 +0100 |
commit | 9e65101eb308ee85d5ab43676423ce4b443f0bd1 (patch) | |
tree | 0eb4dad990af8d7afb91d38b62e235051e113b5d | |
parent | 8570a101b1befd988b75c577eb75b35398fe6993 (diff) | |
download | openembedded-core-9e65101eb308ee85d5ab43676423ce4b443f0bd1.tar.gz openembedded-core-9e65101eb308ee85d5ab43676423ce4b443f0bd1.tar.bz2 openembedded-core-9e65101eb308ee85d5ab43676423ce4b443f0bd1.zip |
stat: Add HOMEPAGE info into recipe file.
Signed-off-by: Huang Qiyu <huangqy.fnst@cn.fujitsu.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
-rw-r--r-- | meta/recipes-extended/stat/stat_3.3.bb | 1 |
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 @@ 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" |