diff options
Diffstat (limited to 'meta/recipes-support')
-rw-r--r-- | meta/recipes-support/re2c/re2c_0.16.bb | 15 |
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 @@ | |||
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=146;md5=881056c9add17f8019ccd8c382ba963a" | ||
7 | |||
8 | SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${BPN}-${PV}.tar.gz \ | ||
9 | " | ||
10 | SRC_URI[md5sum] = "3bf508fabd52ed7334647d0ccb956e8d" | ||
11 | SRC_URI[sha256sum] = "48c12564297641cceb5ff05aead57f28118db6277f31e2262437feba89069e84" | ||
12 | |||
13 | BBCLASSEXTEND = "native" | ||
14 | |||
15 | inherit autotools | ||