aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gnutls/gnutls.inc
diff options
context:
space:
mode:
authorMartin Dietze <martin@the-little-red-haired-girl.org>2009-05-23 13:28:35 +0200
committermd <md@freiheit.com>2009-05-27 21:51:00 +0200
commit3e90499e213b47ad7ac4541843c31f23425433ca (patch)
tree818818f87ababc019ba7041b030522d0951c94ed /recipes/gnutls/gnutls.inc
parent173ca78f2eebe33896407ef00b1391d8b205a01f (diff)
downloadopenembedded-3e90499e213b47ad7ac4541843c31f23425433ca.tar.gz
gnutsl: added missing build dependency guile-native
Diffstat (limited to 'recipes/gnutls/gnutls.inc')
-rw-r--r--recipes/gnutls/gnutls.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/gnutls/gnutls.inc b/recipes/gnutls/gnutls.inc
index e438423c9c..004161a9f6 100644
--- a/recipes/gnutls/gnutls.inc
+++ b/recipes/gnutls/gnutls.inc
@@ -1,6 +1,6 @@
DESCRIPTION = "GNU Transport Layer Security Library"
HOMEPAGE = "http://www.gnu.org/software/gnutls/"
-DEPENDS = "zlib libgcrypt lzo"
+DEPENDS = "zlib libgcrypt lzo guile-native"
LICENSE = "LGPL"
SRC_URI = "ftp://ftp.gnutls.org/pub/gnutls/gnutls-${PV}.tar.bz2"