From 6db24928d62aeb093a0e6da6619713eaca57a96f Mon Sep 17 00:00:00 2001 From: Meh Mbeh Ida Delphine Date: Tue, 2 Mar 2021 11:07:33 +0100 Subject: recipes-support: Add missing HOMEPAGE and DESCRIPTION for recipes Fixes: [YOCTO #13471] Signed-off-by: Ida Delphine Signed-off-by: Richard Purdie --- meta/recipes-support/re2c/re2c_2.0.3.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'meta/recipes-support/re2c/re2c_2.0.3.bb') diff --git a/meta/recipes-support/re2c/re2c_2.0.3.bb b/meta/recipes-support/re2c/re2c_2.0.3.bb index a0b521ce56..ce04fd39e0 100644 --- a/meta/recipes-support/re2c/re2c_2.0.3.bb +++ b/meta/recipes-support/re2c/re2c_2.0.3.bb @@ -1,5 +1,7 @@ SUMMARY = "Tool for writing very fast and very flexible scanners" -HOMEPAGE = "http://re2c.sourceforge.net/" +DESCRIPTION = "A free and open-source lexer generator for C, C++ and Go. It compiles regular expressions to determinisitic finite automata and encodes the automata in the form of a program in the target language. Unlike any other such tool, re2c focuses on generating high efficient code for regular expression matching. As a result this allows a much broader range of use than any traditional lexer." +HOMEPAGE = "http://re2c.org/" +BUGTRACKER = "https://github.com/skvadrik/re2c/issues" AUTHOR = "Marcus Börger " SECTION = "devel" LICENSE = "PD" -- cgit 1.2.3-korg