aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/guile/guile-native_1.8.5.bb
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2009-06-03 09:07:13 +0200
committerKoen Kooi <koen@Powerbook-3.local>2009-06-05 17:48:07 +0200
commitd73aaeeb6f68bc0f190813d6c7c93dcb510c1a78 (patch)
tree889ee31ec12411f8e95eb4525c1407d262b52be0 /recipes/guile/guile-native_1.8.5.bb
parent3ee4c019c96697779f5ac673840c1a76b821514c (diff)
downloadopenembedded-d73aaeeb6f68bc0f190813d6c7c93dcb510c1a78.tar.gz
guile-native: depend on gettext-native
Diffstat (limited to 'recipes/guile/guile-native_1.8.5.bb')
-rw-r--r--recipes/guile/guile-native_1.8.5.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/guile/guile-native_1.8.5.bb b/recipes/guile/guile-native_1.8.5.bb
index e73616e6eb..1b6a4f51bc 100644
--- a/recipes/guile/guile-native_1.8.5.bb
+++ b/recipes/guile/guile-native_1.8.5.bb
@@ -1,6 +1,6 @@
SECTION = "unknown"
LICENSE = "GPL"
-DEPENDS = "gmp-native"
+DEPENDS = "gettext-native gmp-native"
SRC_URI = "http://ftp.gnu.org/pub/gnu/guile/guile-${PV}.tar.gz \
file://configure-fix.patch;patch=1 \
"