aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/guile
diff options
context:
space:
mode:
authorTom Rini <tom_rini@mentor.com>2011-03-15 13:45:43 -0700
committerTom Rini <tom_rini@mentor.com>2011-03-15 13:45:43 -0700
commit8e8b29929429453031fd01a5c0bc5168714b6924 (patch)
treeeec4079151a85f810ca9fcb2d1776f828ceb82d2 /recipes/guile
parent8a9ce9d369a0a6ec9d4de2e5dc747de7e9583b14 (diff)
downloadopenembedded-8e8b29929429453031fd01a5c0bc5168714b6924.tar.gz
guile-native: Put gettext-native back into DEPENDS
guile must have gettext to build. Signed-off-by: Tom Rini <tom_rini@mentor.com>
Diffstat (limited to 'recipes/guile')
-rw-r--r--recipes/guile/guile-native.inc4
1 files changed, 2 insertions, 2 deletions
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