summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/flex
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/flex')
-rw-r--r--meta/recipes-devtools/flex/flex.inc11
-rw-r--r--meta/recipes-devtools/flex/flex_2.5.35.bb4
2 files changed, 15 insertions, 0 deletions
diff --git a/meta/recipes-devtools/flex/flex.inc b/meta/recipes-devtools/flex/flex.inc
new file mode 100644
index 0000000000..da95a5e25e
--- /dev/null
+++ b/meta/recipes-devtools/flex/flex.inc
@@ -0,0 +1,11 @@
1DESCRIPTION = "Flex is a tool for generating programs that recognize lexical patterns in text."
2HOMEPAGE = "http://sourceforge.net/projects/flex/"
3
4SECTION = "devel"
5LICENSE = "BSD"
6DEPENDS = "gettext"
7
8SRC_URI = "${SOURCEFORGE_MIRROR}/flex/flex-${PV}.tar.bz2 "
9
10inherit autotools
11
diff --git a/meta/recipes-devtools/flex/flex_2.5.35.bb b/meta/recipes-devtools/flex/flex_2.5.35.bb
new file mode 100644
index 0000000000..eddaa4856f
--- /dev/null
+++ b/meta/recipes-devtools/flex/flex_2.5.35.bb
@@ -0,0 +1,4 @@
1require flex.inc
2PR = "r1"
3
4BBCLASSEXTEND = "native"