From: Huang Qiyu Date: Tue, 12 Sep 2017 07:51:14 +0000 (+0800) Subject: m4: Add HOMEPAGE info into recipe file. X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~20018 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7ccb76ff4644194bb20159affe9d573695205e63;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git m4: Add HOMEPAGE info into recipe file. Signed-off-by: Huang Qiyu Signed-off-by: Ross Burton --- diff --git a/meta/recipes-devtools/m4/m4.inc b/meta/recipes-devtools/m4/m4.inc index 75d8bbec23d..2002594e899 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."