diff options
author | Tudor Florea <tudor.florea@enea.com> | 2014-10-10 03:20:04 +0200 |
---|---|---|
committer | Tudor Florea <tudor.florea@enea.com> | 2014-10-10 03:20:04 +0200 |
commit | 1b8dfe266937a37a4c642f96ceb2347bf4c00a17 (patch) | |
tree | 0c6aab146bb3c82efd9c7846a9a4e70dcb0ec84f /meta-oe/recipes-support/re2c | |
download | meta-openembedded-daisy-140929.tar.gz |
initial commit for Enea Linux 4.0-140929daisy-140929
Migrated from the internal git server on the daisy-enea-point-release branch
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_0.13.5.bb | 14 |
1 files changed, 14 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 0000000000..fff7a782a6 --- /dev/null +++ b/meta-oe/recipes-support/re2c/re2c_0.13.5.bb | |||
@@ -0,0 +1,14 @@ | |||
1 | SUMMARY = "Tool for writing very fast and very flexible scanners" | ||
2 | HOMEPAGE = "http://re2c.sourceforge.net/" | ||
3 | AUTHOR = "Marcus Börger <helly@users.sourceforge.net>" | ||
4 | SECTION = "devel" | ||
5 | LICENSE = "PD" | ||
6 | LIC_FILES_CHKSUM = "file://README;beginline=180;md5=822830a2204aef353f2c489f62e02089" | ||
7 | |||
8 | SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${BPN}-${PV}.tar.gz" | ||
9 | SRC_URI[md5sum] = "4a97d8f77ed6d2c76c8bd840a43f5633" | ||
10 | SRC_URI[sha256sum] = "f3a995139af475e80a30207d02728b1e0065b0caade7375e974cb1b14861668c" | ||
11 | |||
12 | BBCLASSEXTEND = "native" | ||
13 | |||
14 | inherit autotools | ||