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:
b78af1c
)
flex: depend on gettext
author
Koen Kooi
<koen@openembedded.org>
Mon, 12 Apr 2010 18:20:17 +0000
(20:20 +0200)
committer
Koen Kooi
<koen@openembedded.org>
Mon, 12 Apr 2010 18:26:00 +0000
(20:26 +0200)
recipes/flex/flex.inc
patch
|
blob
|
history
diff --git
a/recipes/flex/flex.inc
b/recipes/flex/flex.inc
index
37e34fe
..
a1b3f99
100644
(file)
--- a/
recipes/flex/flex.inc
+++ b/
recipes/flex/flex.inc
@@
-2,6
+2,8
@@
DESCRIPTION = "Flex is a tool for generating programs that recognize lexical pat
SECTION = "devel"
LICENSE = "BSD"
+DEPENDS = "gettext"
+
S = "${WORKDIR}/flex-${PV}"
inherit autotools