From 31a461d457e4ce582c49a25d1d261ec1a1a1f270 Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Mon, 28 Feb 2011 08:38:47 -0700 Subject: [PATCH] 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 --- recipes/flex/flex.inc | 4 +--- 1 file changed, 1 insertion(+), 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" -- 2.39.5