[oe-commits] Martin Dietze : gnutsl: added missing build dependency guile-native

git version control git at git.openembedded.org
Wed May 27 19:51:17 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 3e90499e213b47ad7ac4541843c31f23425433ca
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=3e90499e213b47ad7ac4541843c31f23425433ca

Author: Martin Dietze <martin at the-little-red-haired-girl.org>
Date:   Sat May 23 13:28:35 2009 +0200

gnutsl: added missing build dependency guile-native

---

 recipes/gnutls/gnutls.inc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/recipes/gnutls/gnutls.inc b/recipes/gnutls/gnutls.inc
index e438423..004161a 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"





More information about the Openembedded-commits mailing list