summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/re2c
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
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')
-rw-r--r--meta-oe/recipes-support/re2c/re2c/configure.patch18
-rw-r--r--meta-oe/recipes-support/re2c/re2c_0.13.5.bb15
2 files changed, 33 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/re2c/re2c/configure.patch b/meta-oe/recipes-support/re2c/re2c/configure.patch
new file mode 100644
index 000000000..8ca0969ad
--- /dev/null
+++ b/meta-oe/recipes-support/re2c/re2c/configure.patch
@@ -0,0 +1,18 @@
1Modernise configure to work with modern automake.
2
3RP 2014/7/14
4
5Upstream-Status: Pending
6
7Index: re2c-0.13.5/configure.in
8===================================================================
9--- re2c-0.13.5.orig/configure.in 2008-05-25 14:42:34.000000000 +0000
10+++ re2c-0.13.5/configure.in 2014-07-17 14:10:40.595821292 +0000
11@@ -1,6 +1,6 @@
12 AC_PREREQ([2.57])
13 AC_INIT(re2c, 0.13.5, re2c-general@lists.sourceforge.net)
14-AM_INIT_AUTOMAKE(re2c, $PACKAGE_VERSION)
15+AM_INIT_AUTOMAKE([foreign])
16 AC_CONFIG_SRCDIR(actions.cc)
17 AM_CONFIG_HEADER(config.h)
18
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