summaryrefslogtreecommitdiff
path: root/packages/gnutls/gnutls_1.0.25.bb
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openembedded.org>2006-12-12 17:07:41 +0000
committerMarcin Juszkiewicz <hrw@openembedded.org>2006-12-12 17:07:41 +0000
commitdc2a64d0b899d47b494d5e58213e491ef2b4db06 (patch)
tree8ce480fd7ea391725647debba6a26122737da6a3 /packages/gnutls/gnutls_1.0.25.bb
parent578a0a607455ab673c1b440fdaa2e594b99e5f5c (diff)
gnutls: simplified recipes, dropped version older then 1.4.4
1.6.0 need one new library package
Diffstat (limited to 'packages/gnutls/gnutls_1.0.25.bb')
-rw-r--r--packages/gnutls/gnutls_1.0.25.bb33
1 files changed, 0 insertions, 33 deletions
diff --git a/packages/gnutls/gnutls_1.0.25.bb b/packages/gnutls/gnutls_1.0.25.bb
deleted file mode 100644
index 4b4b63c63c..0000000000
--- a/packages/gnutls/gnutls_1.0.25.bb
+++ /dev/null
@@ -1,33 +0,0 @@
-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 \
- file://export-symbols.patch;patch=1"
-
-inherit autotools
-inherit binconfig
-
-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"
-
-EXTRA_OECONF="--with-included-opencdk --with-included-libtasn1"
-
-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
-
- install -d ${STAGING_DATADIR}/aclocal
- cp ${S}/lib/libgnutls.m4 ${STAGING_DATADIR}/aclocal/
-}
-