summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/re2c/re2c_2.0.3.bb
diff options
context:
space:
mode:
authorYi Fan Yu <yifan.yu@windriver.com>2021-04-20 17:50:26 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-04-23 10:12:10 +0100
commit223ef104364b66e483caa241e9902e29c627ab30 (patch)
tree957494416f27dcc6babd12fb0a18161c0bb90a9e /meta/recipes-support/re2c/re2c_2.0.3.bb
parent4118415d4bc6243c98a1440195826be7cbad24f1 (diff)
downloadpoky-223ef104364b66e483caa241e9902e29c627ab30.tar.gz
re2c: Upgrade 2.0.3 -> 2.1.1
(From OE-Core rev: 09bfe5cbd68f2e837c99c9d7554e9fadd009ad65) Signed-off-by: Yi Fan Yu <yifan.yu@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/re2c/re2c_2.0.3.bb')
-rw-r--r--meta/recipes-support/re2c/re2c_2.0.3.bb16
1 files changed, 0 insertions, 16 deletions
diff --git a/meta/recipes-support/re2c/re2c_2.0.3.bb b/meta/recipes-support/re2c/re2c_2.0.3.bb
deleted file mode 100644
index ce04fd39e0..0000000000
--- a/meta/recipes-support/re2c/re2c_2.0.3.bb
+++ /dev/null
@@ -1,16 +0,0 @@
1SUMMARY = "Tool for writing very fast and very flexible scanners"
2DESCRIPTION = "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."
3HOMEPAGE = "http://re2c.org/"
4BUGTRACKER = "https://github.com/skvadrik/re2c/issues"
5AUTHOR = "Marcus Börger <helly@users.sourceforge.net>"
6SECTION = "devel"
7LICENSE = "PD"
8LIC_FILES_CHKSUM = "file://LICENSE;md5=64eca4d8a3b67f9dc7656094731a2c8d"
9
10SRC_URI = "https://github.com/skvadrik/re2c/releases/download/${PV}/${BPN}-${PV}.tar.xz"
11SRC_URI[sha256sum] = "b2bc1eb8aaaa21ff2fcd26507b7e6e72c5e3d887e58aa515c2155fb17d744278"
12UPSTREAM_CHECK_URI = "https://github.com/skvadrik/re2c/releases"
13
14BBCLASSEXTEND = "native nativesdk"
15
16inherit autotools