git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d34428b
)
guile 1.8.5: Added gmp to DEPENDS to unbreak build.
author
Robert Schuster
<thebohemian@gmx.net>
Thu, 21 Aug 2008 15:19:35 +0000
(15:19 +0000)
committer
Robert Schuster
<thebohemian@gmx.net>
Thu, 21 Aug 2008 15:19:35 +0000
(15:19 +0000)
packages/guile/guile_1.8.5.bb
patch
|
blob
|
history
diff --git
a/packages/guile/guile_1.8.5.bb
b/packages/guile/guile_1.8.5.bb
index
fa6e696
..
8cdd98c
100644
(file)
--- 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"