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:
9537596
)
guile-native: Reorder inherits to fix gettext
author
Tom Rini
<tom_rini@mentor.com>
Fri, 11 Mar 2011 15:21:26 +0000
(08:21 -0700)
committer
Tom Rini
<tom_rini@mentor.com>
Fri, 11 Mar 2011 15:23:39 +0000
(08:23 -0700)
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
30f2b31
..
2bdb419
100644
(file)
--- a/
recipes/guile/guile-native.inc
+++ b/
recipes/guile/guile-native.inc
@@
-2,7
+2,7
@@
SECTION = "unknown"
LICENSE = "LGPLv2.1"
DEPENDS = "gmp-native"
-inherit autotools
native gettext
+inherit autotools
gettext native
do_configure_append() {
find ${S} -name Makefile | xargs sed -i s:'-Werror':'':g