diff options
author | Huang Qiyu <huangqy.fnst@cn.fujitsu.com> | 2017-09-12 15:51:14 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-09-13 21:59:57 +0100 |
commit | 7ccb76ff4644194bb20159affe9d573695205e63 (patch) | |
tree | ccc4d0ea975d253ee3722f7ca2731d410c19c60c /meta | |
parent | fb70550c1553d3f3907c2752a742acd3db940123 (diff) | |
download | openembedded-core-7ccb76ff4644194bb20159affe9d573695205e63.tar.gz openembedded-core-7ccb76ff4644194bb20159affe9d573695205e63.tar.bz2 openembedded-core-7ccb76ff4644194bb20159affe9d573695205e63.zip |
m4: 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>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-devtools/m4/m4.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/m4/m4.inc b/meta/recipes-devtools/m4/m4.inc index 75d8bbec23..2002594e89 100644 --- a/meta/recipes-devtools/m4/m4.inc +++ b/meta/recipes-devtools/m4/m4.inc @@ -1,4 +1,5 @@ SUMMARY = "Traditional Unix macro processor" +HOMEPAGE = "https://www.gnu.org/software/m4/m4.html" DESCRIPTION = "GNU m4 is an implementation of the traditional Unix macro processor. It is mostly SVR4 \ compatible although it has some extensions (for example, handling more than 9 positional parameters to macros). \ GNU M4 also has built-in functions for including files, running shell commands, doing arithmetic, etc." |