From 8ae84e84e7520caa1542ea77c27e6b316481c54a Mon Sep 17 00:00:00 2001 From: "nslu2-linux.adm@bkbits.net" Date: Sun, 2 Jan 2005 19:40:07 +0000 Subject: Merge bk://oe-devel.bkbits.net/openembedded into bkbits.net:/repos/n/nslu2-linux/openembedded 2005/01/02 19:07:31+00:00 nexus.co.uk!pb build sylpheed with gnutls support 2005/01/02 19:00:27+00:00 nexus.co.uk!pb improve gnutls packaging granularity, and add patch for extended OpenSSL functionality (SSL_peek, etc) BKrev: 41d84e17Jb-QAOb_o_VQ4vKu7cO4pw --- packages/gnutls/gnutls-1.0.23/gnutls-openssl.patch | 0 packages/gnutls/gnutls_1.0.23.bb | 26 ++++++++++++++++++++++ 2 files changed, 26 insertions(+) create mode 100644 packages/gnutls/gnutls-1.0.23/gnutls-openssl.patch (limited to 'packages/gnutls') diff --git a/packages/gnutls/gnutls-1.0.23/gnutls-openssl.patch b/packages/gnutls/gnutls-1.0.23/gnutls-openssl.patch new file mode 100644 index 0000000000..e69de29bb2 diff --git a/packages/gnutls/gnutls_1.0.23.bb b/packages/gnutls/gnutls_1.0.23.bb index e69de29bb2..d2453b5056 100644 --- a/packages/gnutls/gnutls_1.0.23.bb +++ b/packages/gnutls/gnutls_1.0.23.bb @@ -0,0 +1,26 @@ +DESCRIPTION = "GNU Transport Layer Security Library" +DEPENDS = "zlib libgcrypt" +PR = "r2" + +LICENSE = "LGPL" + +SRC_URI = "ftp://ftp.gnutls.org/pub/gnutls/gnutls-${PV}.tar.gz \ + file://gnutls-openssl.patch;patch=1" + +inherit autotools + +PACKAGES =+ "${PN}-openssl ${PN}-extra ${PN}-bin" +FILES_${PN}-openssl = "${libdir}/libgnutls-openssl.so.*" +FILES_${PN}-extra = "${libdir}/libgnutls-extra.so.*" +FILES_${PN} = "${libdir}/libgnutls.so.*" +FILES_${PN}-bin = "${bindir}/gnutls-serv ${bindir}/gnutls-cli \ + ${bindir}/srptool ${bindir}/certtool ${bindir}/gnutls-srpcrypt" +FILES_${PN}-dev += "${bindir}/*-config ${bindir}/gnutls-cli-debug" + +do_stage() { + oe_libinstall -C lib/.libs -so -a libgnutls ${STAGING_LIBDIR} + oe_libinstall -C libextra/.libs -so -a libgnutls-extra ${STAGING_LIBDIR} + oe_libinstall -C libextra/.libs -so -a libgnutls-openssl ${STAGING_LIBDIR} + autotools_stage_includes +} + -- cgit v1.2.3