[oe-commits] Stanislav Brabec : guile: Build requires libltdl (libtool) and gettext to complete.

git version control git at git.openembedded.org
Thu Apr 21 20:02:35 UTC 2011


Module: openembedded.git
Branch: testing-next
Commit: 3a14edb399582ab9b51bd1833ebef1eff785d326
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=3a14edb399582ab9b51bd1833ebef1eff785d326

Author: Stanislav Brabec <utx at penguin.cz>
Date:   Fri Apr 15 20:04:02 2011 +0000

guile: Build requires libltdl (libtool) and gettext to complete.

Signed-off-by: Stanislav Brabec <utx at penguin.cz>

---

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

diff --git a/recipes/guile/guile-native.inc b/recipes/guile/guile-native.inc
index 5c8d299..62f512b 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 f825230..ab365f1 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"





More information about the Openembedded-commits mailing list