From: Tom Rini Date: Tue, 15 Mar 2011 20:45:43 +0000 (-0700) Subject: guile-native: Put gettext-native back into DEPENDS X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8e8b29929429453031fd01a5c0bc5168714b6924;p=openembedded.git guile-native: Put gettext-native back into DEPENDS guile must have gettext to build. Signed-off-by: Tom Rini --- diff --git a/recipes/guile/guile-native.inc b/recipes/guile/guile-native.inc index 2bdb419c13..5c8d299277 100644 --- 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