aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/flex
diff options
context:
space:
mode:
authorFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2010-11-21 10:15:08 +0100
committerFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2010-11-21 14:32:57 +0100
commitc3b5b68541320ed0104d8654a0793251ed0187b9 (patch)
tree8e96748eb6fc0ae568457aa68e38ac8bbad687de /recipes/flex
parentef2d81873b01d153d39d87933a7ffe10aee50233 (diff)
downloadopenembedded-c3b5b68541320ed0104d8654a0793251ed0187b9.tar.gz
flex: added perl to dependencies
Without it (rebuilding from packaged staging) I got: | /home/frans/oe/tmp_minimal/work/i686-linux/flex-native-2.5.35-r5.1/temp/run.do_configure.12240: /home/frans/oe/tmp_minimal/sysroots/i686-linux/usr/bin/automake: /home/frans/oe/tmp_minimal/sysroots/i686-linux/usr/bin/perl: bad interpreter: No such file or directory Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Diffstat (limited to 'recipes/flex')
-rw-r--r--recipes/flex/flex.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/flex/flex.inc b/recipes/flex/flex.inc
index 3b0a5d5b00..e35d594a9b 100644
--- a/recipes/flex/flex.inc
+++ b/recipes/flex/flex.inc
@@ -2,9 +2,9 @@ DESCRIPTION = "Flex is a tool for generating programs that recognize lexical pat
SECTION = "devel"
LICENSE = "BSD"
-DEPENDS = "gettext"
+DEPENDS = "gettext perl"
-INC_PR = "r5"
+INC_PR = "r6"
BBCLASSEXTEND = "native"