summaryrefslogtreecommitdiff
path: root/packages/gnutls/gnutls.inc
diff options
context:
space:
mode:
authorSergey Lapin <slapinid@gmail.com>2008-03-03 11:19:39 +0000
committerSergey Lapin <slapinid@gmail.com>2008-03-03 11:19:39 +0000
commit07c0de10dddece15b5a88e76ec94a9abc985b9cd (patch)
tree340de59696786aaa35070e7615700bf0bb491833 /packages/gnutls/gnutls.inc
parentfd03b5166557844135feef144c2d78470f71f7e6 (diff)
parent34c6339ee471446c0231675f9fc83d4a419d53c3 (diff)
merge of '6bfc098b36170550230dc57120c75b31480dc6b3'
and 'abcca41fb7edac5318b0cb0266d5f0c167f87c2f'
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}