aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/guile
diff options
context:
space:
mode:
authorTom Rini <tom_rini@mentor.com>2011-03-11 08:21:26 -0700
committerTom Rini <tom_rini@mentor.com>2011-03-11 08:23:39 -0700
commit60ef5a3b2d71aa116faf5e4bb6f6e3659097ec04 (patch)
tree19efa5644df1204fa7a30cf6b20de91d6487c37c /recipes/guile
parent9537596e06a07a4cd9ef16fe51bed3c534fa9492 (diff)
downloadopenembedded-60ef5a3b2d71aa116faf5e4bb6f6e3659097ec04.tar.gz
guile-native: Reorder inherits to fix gettext
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Diffstat (limited to 'recipes/guile')
-rw-r--r--recipes/guile/guile-native.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/guile/guile-native.inc b/recipes/guile/guile-native.inc
index 30f2b31d61..2bdb419c13 100644
--- 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