]> code.ossystems Code Review - openembedded-core.git/commitdiff
re2c: Transfer recipe from meta-oe and upgrade to 0.16
authorKhem Raj <raj.khem@gmail.com>
Fri, 28 Jul 2017 11:44:24 +0000 (04:44 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 31 Jul 2017 13:25:44 +0000 (14:25 +0100)
ninja needs it.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
meta/recipes-support/re2c/re2c_0.16.bb [new file with mode: 0644]

diff --git a/meta/recipes-support/re2c/re2c_0.16.bb b/meta/recipes-support/re2c/re2c_0.16.bb
new file mode 100644 (file)
index 0000000..e82502c
--- /dev/null
@@ -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