[oe-commits] Tom Rini : guile-native: Put gettext-native back into DEPENDS

git version control git at git.openembedded.org
Tue Mar 15 20:52:28 UTC 2011


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

Author: Tom Rini <tom_rini at mentor.com>
Date:   Tue Mar 15 13:45:43 2011 -0700

guile-native: Put gettext-native back into DEPENDS

guile must have gettext to build.

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

---

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

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





More information about the Openembedded-commits mailing list