From 60ef5a3b2d71aa116faf5e4bb6f6e3659097ec04 Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Fri, 11 Mar 2011 08:21:26 -0700 Subject: [PATCH] guile-native: Reorder inherits to fix gettext Signed-off-by: Tom Rini --- recipes/guile/guile-native.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5