aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/flex
diff options
context:
space:
mode:
authorTom Rini <tom_rini@mentor.com>2011-02-28 08:38:47 -0700
committerSteffen Sledz <sledz@dresearch.de>2011-03-02 08:30:26 +0100
commit7b414993bee1dae6f310ab42ea1d23d46bf3eabb (patch)
tree16706dc6606adb3fd815dbd03d148e5fc351e810 /recipes/flex
parentb4e95fbad0bba9a9bfeecdccea379e4b9cddfb90 (diff)
downloadopenembedded-7b414993bee1dae6f310ab42ea1d23d46bf3eabb.tar.gz
flex.inc: Fixup DEPENDS
We added perl here incorrectly (this problem is now solved by perl-native being used by automake/autoconf, always). We don't need gettext here now that we have 'inherit gettext' which does this for us. Signed-off-by: Tom Rini <tom_rini@mentor.com>
Diffstat (limited to 'recipes/flex')
-rw-r--r--recipes/flex/flex.inc4
1 files changed, 1 insertions, 3 deletions
diff --git a/recipes/flex/flex.inc b/recipes/flex/flex.inc
index e35d594a9b..7ca229fa3b 100644
--- a/recipes/flex/flex.inc
+++ b/recipes/flex/flex.inc
@@ -2,9 +2,7 @@ DESCRIPTION = "Flex is a tool for generating programs that recognize lexical pat
SECTION = "devel"
LICENSE = "BSD"
-DEPENDS = "gettext perl"
-
-INC_PR = "r6"
+INC_PR = "r7"
BBCLASSEXTEND = "native"