aboutsummaryrefslogtreecommitdiffstats
path: root/flex/flex_2.5.31.oe
diff options
context:
space:
mode:
Diffstat (limited to 'flex/flex_2.5.31.oe')
-rw-r--r--flex/flex_2.5.31.oe16
1 files changed, 0 insertions, 16 deletions
diff --git a/flex/flex_2.5.31.oe b/flex/flex_2.5.31.oe
deleted file mode 100644
index c34f617a35..0000000000
--- a/flex/flex_2.5.31.oe
+++ /dev/null
@@ -1,16 +0,0 @@
-DESCRIPTION = "Flex is a tool for generating programs \
-that recognize lexical patterns in text."
-HOMEPAGE = "http://www.gnu.org/software/flex/"
-LICENSE = "BSD"
-SECTION = "devel"
-PRIORITY = "optional"
-
-SRC_URI = "${SOURCEFORGE_MIRROR}/lex/flex-${PV}.tar.bz2 \
- file://include.patch;patch=1"
-
-inherit autotools
-
-do_stage () {
- oe_libinstall -a libfl ${STAGING_LIBDIR}
- install -m 0644 FlexLexer.h ${STAGING_INCDIR}/
-}