From: Tom Rini Date: Mon, 28 Feb 2011 15:38:47 +0000 (-0700) Subject: flex.inc: Fixup DEPENDS X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=31a461d457e4ce582c49a25d1d261ec1a1a1f270;p=openembedded.git 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 --- 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"