git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bbe8387
)
flex.inc: Fixup DEPENDS
author
Tom Rini
<tom_rini@mentor.com>
Mon, 28 Feb 2011 15:38:47 +0000
(08:38 -0700)
committer
Tom Rini
<tom_rini@mentor.com>
Mon, 28 Feb 2011 15:40:22 +0000
(08:40 -0700)
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>
recipes/flex/flex.inc
patch
|
blob
|
history
diff --git
a/recipes/flex/flex.inc
b/recipes/flex/flex.inc
index
e35d594
..
7ca229f
100644
(file)
--- 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"