aboutsummaryrefslogtreecommitdiffstats
path: root/packages/guile
diff options
context:
space:
mode:
authorRobert Schuster <thebohemian@gmx.net>2008-08-21 15:19:35 +0000
committerRobert Schuster <thebohemian@gmx.net>2008-08-21 15:19:35 +0000
commitaedc496ff1ffdc200cad180f12faf6fb48d501d9 (patch)
tree86590c0fed2cdc2a1b72f22efbfc6d76615ad6f0 /packages/guile
parentd34428ba9cca4dc0ba72c774d7e92b3023f9a7b8 (diff)
downloadopenembedded-aedc496ff1ffdc200cad180f12faf6fb48d501d9.tar.gz
guile 1.8.5: Added gmp to DEPENDS to unbreak build.
Diffstat (limited to 'packages/guile')
-rw-r--r--packages/guile/guile_1.8.5.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/guile/guile_1.8.5.bb b/packages/guile/guile_1.8.5.bb
index fa6e696896..8cdd98c7d4 100644
--- a/packages/guile/guile_1.8.5.bb
+++ b/packages/guile/guile_1.8.5.bb
@@ -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"
+DEPENDS = "guile-native gmp"
LICENSE = "GPL"
PR = "r1"