[oe-commits] Tom Rini : flex.inc: Fixup DEPENDS

git version control git at git.openembedded.org
Mon Feb 28 15:41:18 UTC 2011


Module: openembedded.git
Branch: master
Commit: 31a461d457e4ce582c49a25d1d261ec1a1a1f270
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=31a461d457e4ce582c49a25d1d261ec1a1a1f270

Author: Tom Rini <tom_rini at mentor.com>
Date:   Mon Feb 28 08:38:47 2011 -0700

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 at mentor.com>

---

 recipes/flex/flex.inc |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diff --git a/recipes/flex/flex.inc b/recipes/flex/flex.inc
index e35d594..7ca229f 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"
 





More information about the Openembedded-commits mailing list