summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/re2c/re2c_0.13.5.bb
diff options
context:
space:
mode:
authorTudor Florea <tudor.florea@enea.com>2015-10-08 22:51:41 +0200
committerTudor Florea <tudor.florea@enea.com>2015-10-08 22:51:41 +0200
commit1219bf8a90a7bf8cd3a5363551ef635d51e8fc8e (patch)
treea21a5fc103bb3bd65ecd85ed22be5228fc54e447 /meta-oe/recipes-support/re2c/re2c_0.13.5.bb
downloadmeta-openembedded-1219bf8a90a7bf8cd3a5363551ef635d51e8fc8e.tar.gz
initial commit for Enea Linux 5.0 arm
Signed-off-by: Tudor Florea <tudor.florea@enea.com>
Diffstat (limited to 'meta-oe/recipes-support/re2c/re2c_0.13.5.bb')
-rw-r--r--meta-oe/recipes-support/re2c/re2c_0.13.5.bb15
1 files changed, 15 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/re2c/re2c_0.13.5.bb b/meta-oe/recipes-support/re2c/re2c_0.13.5.bb
new file mode 100644
index 000000000..dcac940f8
--- /dev/null
+++ b/meta-oe/recipes-support/re2c/re2c_0.13.5.bb
@@ -0,0 +1,15 @@
1SUMMARY = "Tool for writing very fast and very flexible scanners"
2HOMEPAGE = "http://re2c.sourceforge.net/"
3AUTHOR = "Marcus Börger <helly@users.sourceforge.net>"
4SECTION = "devel"
5LICENSE = "PD"
6LIC_FILES_CHKSUM = "file://README;beginline=180;md5=822830a2204aef353f2c489f62e02089"
7
8SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${BPN}-${PV}.tar.gz \
9 file://configure.patch"
10SRC_URI[md5sum] = "4a97d8f77ed6d2c76c8bd840a43f5633"
11SRC_URI[sha256sum] = "f3a995139af475e80a30207d02728b1e0065b0caade7375e974cb1b14861668c"
12
13BBCLASSEXTEND = "native"
14
15inherit autotools