summaryrefslogtreecommitdiff
path: root/packages/gnutls/gnutls.inc
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2008-03-01 16:55:49 +0000
committerMichael Lauer <mickey@vanille-media.de>2008-03-01 16:55:49 +0000
commit4feb6b6a6332b972493e0dbfe60b8cce64d247cc (patch)
tree6fc03eda5a49c9644a8d12b91e51ff28a926b3a4 /packages/gnutls/gnutls.inc
parent4e5bcb9a3dbcb17d5f60c4740fbb3dc058e17a0c (diff)
gnutls (all) fix wrong dependency in .pc file
Diffstat (limited to 'packages/gnutls/gnutls.inc')
-rw-r--r--packages/gnutls/gnutls.inc6
1 files changed, 5 insertions, 1 deletions
diff --git a/packages/gnutls/gnutls.inc b/packages/gnutls/gnutls.inc
index d08b0ca931..781267093c 100644
--- a/packages/gnutls/gnutls.inc
+++ b/packages/gnutls/gnutls.inc
@@ -1,7 +1,6 @@
DESCRIPTION = "GNU Transport Layer Security Library"
HOMEPAGE = "http://www.gnu.org/software/gnutls/"
DEPENDS = "zlib libgcrypt lzo"
-
LICENSE = "LGPL"
SRC_URI = "ftp://ftp.gnutls.org/pub/gnutls/gnutls-${PV}.tar.bz2"
@@ -10,6 +9,11 @@ inherit autotools binconfig pkgconfig
EXTRA_OECONF="--with-included-opencdk --with-included-libtasn1"
+# fix wrong dependency
+do_configure_append() {
+ sed -i s,gcrypt,libgcrypt, lib/gnutls.pc.in
+}
+
do_stage() {
oe_libinstall -C lib/.libs -so -a libgnutls ${STAGING_LIBDIR}
oe_libinstall -C libextra/.libs -so -a libgnutls-extra ${STAGING_LIBDIR}