guile-native: Put gettext-native back into DEPENDS
authorTom Rini <tom_rini@mentor.com>
Tue, 15 Mar 2011 20:45:43 +0000 (13:45 -0700)
committerTom Rini <tom_rini@mentor.com>
Tue, 15 Mar 2011 20:45:43 +0000 (13:45 -0700)
guile must have gettext to build.

Signed-off-by: Tom Rini <tom_rini@mentor.com>
recipes/guile/guile-native.inc

index 2bdb419..5c8d299 100644 (file)
@@ -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