aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/guile
diff options
context:
space:
mode:
authorStanislav Brabec <utx@penguin.cz>2011-04-15 20:04:02 +0000
committerutx@penguin.cz <utx@penguin.cz>2011-04-15 20:04:02 +0000
commit3a14edb399582ab9b51bd1833ebef1eff785d326 (patch)
tree329cf76e03624a56dfaf5c4b729df08c9efbd3f1 /recipes/guile
parentc65eea13e20c20391482ae007b9931da6656d979 (diff)
downloadopenembedded-3a14edb399582ab9b51bd1833ebef1eff785d326.tar.gz
guile: Build requires libltdl (libtool) and gettext to complete.
Signed-off-by: Stanislav Brabec <utx@penguin.cz>
Diffstat (limited to 'recipes/guile')
-rw-r--r--recipes/guile/guile-native.inc3
-rw-r--r--recipes/guile/guile.inc2
2 files changed, 2 insertions, 3 deletions
diff --git a/recipes/guile/guile-native.inc b/recipes/guile/guile-native.inc
index 5c8d299277..62f512b988 100644
--- a/recipes/guile/guile-native.inc
+++ b/recipes/guile/guile-native.inc
@@ -1,10 +1,9 @@
SECTION = "unknown"
LICENSE = "LGPLv2.1"
-DEPENDS = "gmp-native gettext-native"
+DEPENDS = "gmp-native gettext-native libtool-native"
inherit autotools native
do_configure_append() {
find ${S} -name Makefile | xargs sed -i s:'-Werror':'':g
}
-
diff --git a/recipes/guile/guile.inc b/recipes/guile/guile.inc
index f8252307c2..ab365f14e4 100644
--- a/recipes/guile/guile.inc
+++ b/recipes/guile/guile.inc
@@ -2,7 +2,7 @@ DESCRIPTION = "Guile is an interpreter for the Scheme programming language, \
packaged as a library which can be incorporated into your programs."
HOMEPAGE = "http://www.gnu.org/software/guile/guile.html"
SECTION = "devel/scheme"
-DEPENDS = "guile-native gmp"
+DEPENDS = "guile-native gmp gettext libtool"
LICENSE = "LGPLv2.1"
PACKAGES =+ "${PN}-el"
FILES_${PN}-el = "${datadir}/emacs"