guile: libtool 2.x supported in version 1.8.6 and later only.
authorRolf Leggewie <oe-devel@rolf.leggewie.biz>
Wed, 10 Jun 2009 01:10:03 +0000 (10:10 +0900)
committerRolf Leggewie <oe-devel@rolf.leggewie.biz>
Wed, 10 Jun 2009 04:31:38 +0000 (13:31 +0900)
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
recipes/guile/guile-native_1.8.5.bb
recipes/guile/guile_1.8.5.bb

index ac2b189..7c4b26e 100644 (file)
@@ -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 \
            "
 
index a1137c7..9c2eb13 100644 (file)
@@ -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 \
           "
index 0a6ddce..e16cabd 100644 (file)
@@ -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 \
           "