summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/re2c
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2017-07-28 04:44:24 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-07-31 14:25:44 +0100
commitd7d46209a309735b503cfc543799faea1f794055 (patch)
tree5cc3419638b8171343b1e109a5f8f454b1255dff /meta/recipes-support/re2c
parentfc3aef67a95a90e9a485c6b0e93db8cdeab5d3ab (diff)
downloadopenembedded-core-d7d46209a309735b503cfc543799faea1f794055.tar.gz
re2c: Transfer recipe from meta-oe and upgrade to 0.16
ninja needs it. Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta/recipes-support/re2c')
-rw-r--r--meta/recipes-support/re2c/re2c_0.16.bb15
1 files changed, 15 insertions, 0 deletions
diff --git a/meta/recipes-support/re2c/re2c_0.16.bb b/meta/recipes-support/re2c/re2c_0.16.bb
new file mode 100644
index 0000000000..e82502c5f2
--- /dev/null
+++ b/meta/recipes-support/re2c/re2c_0.16.bb
@@ -0,0 +1,15 @@
+SUMMARY = "Tool for writing very fast and very flexible scanners"
+HOMEPAGE = "http://re2c.sourceforge.net/"
+AUTHOR = "Marcus Börger <helly@users.sourceforge.net>"
+SECTION = "devel"
+LICENSE = "PD"
+LIC_FILES_CHKSUM = "file://README;beginline=146;md5=881056c9add17f8019ccd8c382ba963a"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${BPN}-${PV}.tar.gz \
+"
+SRC_URI[md5sum] = "3bf508fabd52ed7334647d0ccb956e8d"
+SRC_URI[sha256sum] = "48c12564297641cceb5ff05aead57f28118db6277f31e2262437feba89069e84"
+
+BBCLASSEXTEND = "native"
+
+inherit autotools