[oe-commits] Rolf Leggewie : guile: libtool 2.x supported in version 1.8. 6 and later only.

git version control git at git.openembedded.org
Thu Jun 11 13:45:46 UTC 2009


Module: openembedded.git
Branch: laibsch/wip
Commit: b6127510c6b50205c14e6c518a2bddb9f1ec9822
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=b6127510c6b50205c14e6c518a2bddb9f1ec9822

Author: Rolf Leggewie <oe-devel at rolf.leggewie.biz>
Date:   Wed Jun 10 10:10:03 2009 +0900

guile: libtool 2.x supported in version 1.8.6 and later only.

see http://www.mail-archive.com/bug-guile@gnu.org/msg04579.html and
commit 9819c4c798ef82ee515a88fd900924ce768e75a7 for reference.

---

 recipes/guile/guile-native_1.8.2.bb |    2 +-
 recipes/guile/guile-native_1.8.5.bb |    3 +++
 recipes/guile/guile_1.8.5.bb        |    2 ++
 3 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/recipes/guile/guile-native_1.8.2.bb b/recipes/guile/guile-native_1.8.2.bb
index ac2b189..7c4b26e 100644
--- a/recipes/guile/guile-native_1.8.2.bb
+++ b/recipes/guile/guile-native_1.8.2.bb
@@ -1,6 +1,6 @@
 SECTION = "unknown"
 LICENSE = "GPL"
-DEPENDS = "gmp-native"
+DEPENDS = "gmp-native libtool (< 2)"
 SRC_URI = "http://ftp.gnu.org/pub/gnu/guile/guile-${PV}.tar.gz \
            "
 
diff --git a/recipes/guile/guile-native_1.8.5.bb b/recipes/guile/guile-native_1.8.5.bb
index a1137c7..9c2eb13 100644
--- a/recipes/guile/guile-native_1.8.5.bb
+++ b/recipes/guile/guile-native_1.8.5.bb
@@ -1,4 +1,7 @@
 require guile-native.inc
+
+DEPENDS = "libtool (< 2)"
+
 SRC_URI = "http://ftp.gnu.org/pub/gnu/guile/guile-${PV}.tar.gz \
            file://configure-fix.patch;patch=1 \
           "
diff --git a/recipes/guile/guile_1.8.5.bb b/recipes/guile/guile_1.8.5.bb
index 0a6ddce..e16cabd 100644
--- a/recipes/guile/guile_1.8.5.bb
+++ b/recipes/guile/guile_1.8.5.bb
@@ -1,5 +1,7 @@
 require guile.inc
 
+DEPENDS = "libtool (< 2)"
+
 SRC_URI = "http://ftp.gnu.org/pub/gnu/guile/guile-${PV}.tar.gz \
            file://configure-fix.patch;patch=1 \
           "





More information about the Openembedded-commits mailing list