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-07 23:20:39 +0100 |
| commit | 4a56d26c11932b9455bd56865b86416db8345cfb (patch) | |
| tree | 797cc38bba14e9b3a6334a51325c28f2832f479c /meta | |
| parent | d75c3b63609d8f356a0e6551ad7ec43c41d1b0aa (diff) | |
| download | poky-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.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 @@ | |||
| 1 | SUMMARY = "Command line file status display utility" | 1 | SUMMARY = "Command line file status display utility" |
| 2 | HOMEPAGE = "http://www.ibiblio.org/pub/Linux/utils/file/" | ||
| 2 | DESCRIPTION = "Displays all information about a file that the stat() call provides and all information about a filesystem that statfs() provides." | 3 | DESCRIPTION = "Displays all information about a file that the stat() call provides and all information about a filesystem that statfs() provides." |
| 3 | SECTION = "console/utils" | 4 | SECTION = "console/utils" |
| 4 | LICENSE = "GPLv2" | 5 | LICENSE = "GPLv2" |
