guile-native: Reorder inherits to fix gettext
authorTom Rini <tom_rini@mentor.com>
Fri, 11 Mar 2011 15:21:26 +0000 (08:21 -0700)
committerTom Rini <tom_rini@mentor.com>
Fri, 11 Mar 2011 15:23:39 +0000 (08:23 -0700)
Signed-off-by: Tom Rini <tom_rini@mentor.com>
recipes/guile/guile-native.inc

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