From: Tom Rini Date: Fri, 11 Mar 2011 15:21:26 +0000 (-0700) Subject: guile-native: Reorder inherits to fix gettext X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=60ef5a3b2d71aa116faf5e4bb6f6e3659097ec04;p=openembedded.git guile-native: Reorder inherits to fix gettext Signed-off-by: Tom Rini --- 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