diff options
author | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2009-06-10 10:10:03 +0900 |
---|---|---|
committer | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2009-06-10 13:31:38 +0900 |
commit | b6127510c6b50205c14e6c518a2bddb9f1ec9822 (patch) | |
tree | 256c9659a019c252db40d92230ce2835c33605d9 | |
parent | d0a5b6e821a19a88142cf1985d74f7c777412c42 (diff) |
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.
-rw-r--r-- | recipes/guile/guile-native_1.8.2.bb | 2 | ||||
-rw-r--r-- | recipes/guile/guile-native_1.8.5.bb | 3 | ||||
-rw-r--r-- | 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 ac2b189d37..7c4b26e873 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 a1137c7ce1..9c2eb13d8d 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 0a6ddce165..e16cabd91d 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 \ " |