aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gnutls
diff options
context:
space:
mode:
authorMartin Dietze <martin@the-little-red-haired-girl.org>2009-05-23 13:28:35 +0200
committerMartin Dietze <mdietze@gmail.com>2013-03-02 17:26:04 +0100
commite63ab27166c1e8193ba6a13e787a9c1652a4ceb9 (patch)
tree9ffb70d12efb3d40b302f07909dfd42eb7b42b67 /recipes/gnutls
parentaecc68dc21c4acb9c02de667f39b253dd71a4dab (diff)
downloadopenembedded-e63ab27166c1e8193ba6a13e787a9c1652a4ceb9.tar.gz
gnutsl: added missing build dependency guile-native
Diffstat (limited to 'recipes/gnutls')
-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"