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:
8a9ce9d
)
guile-native: Put gettext-native back into DEPENDS
author
Tom Rini
<tom_rini@mentor.com>
Tue, 15 Mar 2011 20:45:43 +0000
(13:45 -0700)
committer
Tom Rini
<tom_rini@mentor.com>
Tue, 15 Mar 2011 20:45:43 +0000
(13:45 -0700)
guile must have gettext to build.
Signed-off-by: Tom Rini <tom_rini@mentor.com>
recipes/guile/guile-native.inc
patch
|
blob
|
history
diff --git
a/recipes/guile/guile-native.inc
b/recipes/guile/guile-native.inc
index
2bdb419
..
5c8d299
100644
(file)
--- a/
recipes/guile/guile-native.inc
+++ b/
recipes/guile/guile-native.inc
@@
-1,8
+1,8
@@
SECTION = "unknown"
LICENSE = "LGPLv2.1"
-DEPENDS = "gmp-native"
+DEPENDS = "gmp-native
gettext-native
"
-inherit autotools
gettext
native
+inherit autotools native
do_configure_append() {
find ${S} -name Makefile | xargs sed -i s:'-Werror':'':g