summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools
diff options
context:
space:
mode:
authorHuang Qiyu <huangqy.fnst@cn.fujitsu.com>2017-09-12 15:51:14 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-09-13 22:07:42 +0100
commit7401de0beb2de614566b701f0fddae7e825b3e0f (patch)
tree786c9e2530c7138579282d4174243365842d58fe /meta/recipes-devtools
parent0c59d9168d9492ede0086565f777776d91db9668 (diff)
downloadpoky-7401de0beb2de614566b701f0fddae7e825b3e0f.tar.gz
m4: Add HOMEPAGE info into recipe file.
(From OE-Core rev: 7ccb76ff4644194bb20159affe9d573695205e63) 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/recipes-devtools')
-rw-r--r--meta/recipes-devtools/m4/m4.inc1
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 @@
1SUMMARY = "Traditional Unix macro processor" 1SUMMARY = "Traditional Unix macro processor"
2HOMEPAGE = "https://www.gnu.org/software/m4/m4.html"
2DESCRIPTION = "GNU m4 is an implementation of the traditional Unix macro processor. It is mostly SVR4 \ 3DESCRIPTION = "GNU m4 is an implementation of the traditional Unix macro processor. It is mostly SVR4 \
3compatible although it has some extensions (for example, handling more than 9 positional parameters to macros). \ 4compatible although it has some extensions (for example, handling more than 9 positional parameters to macros). \
4GNU M4 also has built-in functions for including files, running shell commands, doing arithmetic, etc." 5GNU M4 also has built-in functions for including files, running shell commands, doing arithmetic, etc."