aboutsummaryrefslogtreecommitdiffstats
path: root/packages/gnutls
diff options
context:
space:
mode:
authornslu2-linux.adm@bkbits.net <nslu2-linux.adm@bkbits.net>2005-06-04 12:40:16 +0000
committernslu2-linux.adm@bkbits.net <nslu2-linux.adm@bkbits.net>2005-06-04 12:40:16 +0000
commite507c73e30a9268d76d6a9c0aa215ab45d8fa81a (patch)
tree417dba01a7f20236a51de253947e281d041b34c2 /packages/gnutls
parent7f84f3dd033aa351893bb5282816ca7e465217f2 (diff)
downloadopenembedded-e507c73e30a9268d76d6a9c0aa215ab45d8fa81a.tar.gz
Merge bk://oe-devel.bkbits.net/openembedded
into bkbits.net:/repos/n/nslu2-linux/openembedded 2005/06/04 14:37:56+02:00 dyndns.org!reenoo sylpheed: some gpgme m4 macros are necessary at configure time. thanks to pb_ for pointing this out. 2005/06/04 14:20:26+02:00 dyndns.org!reenoo sylpheed: actually enable gnutls. remove gpgme from DEPENDS for now since it's not enabled and doesn't work either ATM. 2005/06/04 14:11:46+02:00 dyndns.org!reenoo gnutls: export asn1_* functions from libgnutls.so. fixes bug #57. BKrev: 42a1a130bcszKNK9Vo8WaspfQ9KjKw
Diffstat (limited to 'packages/gnutls')
-rw-r--r--packages/gnutls/gnutls-1.0.23/export-symbols.patch0
-rw-r--r--packages/gnutls/gnutls_1.0.23.bb5
2 files changed, 3 insertions, 2 deletions
diff --git a/packages/gnutls/gnutls-1.0.23/export-symbols.patch b/packages/gnutls/gnutls-1.0.23/export-symbols.patch
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/packages/gnutls/gnutls-1.0.23/export-symbols.patch
diff --git a/packages/gnutls/gnutls_1.0.23.bb b/packages/gnutls/gnutls_1.0.23.bb
index 521900d750..1e22617806 100644
--- a/packages/gnutls/gnutls_1.0.23.bb
+++ b/packages/gnutls/gnutls_1.0.23.bb
@@ -1,11 +1,12 @@
DESCRIPTION = "GNU Transport Layer Security Library"
DEPENDS = "zlib libgcrypt"
-PR = "r4"
+PR = "r5"
LICENSE = "LGPL"
SRC_URI = "ftp://ftp.gnutls.org/pub/gnutls/attic/gnutls-${PV}.tar.gz \
- file://gnutls-openssl.patch;patch=1"
+ file://gnutls-openssl.patch;patch=1 \
+ file://export-symbols.patch;patch=1"
inherit autotools
inherit binconfig