[oe-commits] Tom Rini : guile-native: Reorder inherits to fix gettext

git version control git at git.openembedded.org
Fri Mar 11 15:25:47 UTC 2011


Module: openembedded.git
Branch: master
Commit: 60ef5a3b2d71aa116faf5e4bb6f6e3659097ec04
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=60ef5a3b2d71aa116faf5e4bb6f6e3659097ec04

Author: Tom Rini <tom_rini at mentor.com>
Date:   Fri Mar 11 08:21:26 2011 -0700

guile-native: Reorder inherits to fix gettext

Signed-off-by: Tom Rini <tom_rini at mentor.com>

---

 recipes/guile/guile-native.inc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/recipes/guile/guile-native.inc b/recipes/guile/guile-native.inc
index 30f2b31..2bdb419 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





More information about the Openembedded-commits mailing list