Skip to content

Commit

Permalink
flex.inc: Fixup DEPENDS
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Tom Rini committed Feb 28, 2011
1 parent bbe8387 commit 31a461d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions recipes/flex/flex.inc
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 31a461d

Please sign in to comment.