aboutsummaryrefslogtreecommitdiffstats
path: root/flex/flex-2.5.4-native_2.5.4a.oe
diff options
context:
space:
mode:
Diffstat (limited to 'flex/flex-2.5.4-native_2.5.4a.oe')
-rw-r--r--flex/flex-2.5.4-native_2.5.4a.oe13
1 files changed, 0 insertions, 13 deletions
diff --git a/flex/flex-2.5.4-native_2.5.4a.oe b/flex/flex-2.5.4-native_2.5.4a.oe
deleted file mode 100644
index 10dc3d706d..0000000000
--- a/flex/flex-2.5.4-native_2.5.4a.oe
+++ /dev/null
@@ -1,13 +0,0 @@
-SECTION = "devel"
-DESCRIPTION = "Flex is a tool for generating programs that recognize lexical patterns in text."
-PR = "r0"
-LICENSE = "BSD"
-
-SRC_URI = "ftp://ftp.gnu.org/non-gnu/flex/flex-${PV}.tar.gz"
-S = "${WORKDIR}/flex-2.5.4"
-
-inherit native autotools
-
-do_stage () {
- install -m 0755 flex ${STAGING_BINDIR}/flex-2.5.4
-}