summaryrefslogtreecommitdiff
path: root/packages/gnutls/gnutls_1.6.0.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.6.0.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.6.0.bb')
-rw-r--r--packages/gnutls/gnutls_1.6.0.bb40
1 files changed, 3 insertions, 37 deletions
diff --git a/packages/gnutls/gnutls_1.6.0.bb b/packages/gnutls/gnutls_1.6.0.bb
index e80dc3bb2f..c5dffdc05c 100644
--- a/packages/gnutls/gnutls_1.6.0.bb
+++ b/packages/gnutls/gnutls_1.6.0.bb
@@ -1,41 +1,7 @@
-DESCRIPTION = "GNU Transport Layer Security Library"
-DEPENDS = "zlib libgcrypt lzo"
-HOMEPAGE = "http://www.gnu.org/software/gnutls/"
-LICENSE = "LGPL"
+require gnutls.inc
-SRC_URI = "ftp://ftp.gnutls.org/pub/gnutls/gnutls-${PV}.tar.bz2 \
- file://onceonly.m4 \
- file://gnutls-openssl.patch;patch=1 \
- file://gnutls-texinfo-euro.patch;patch=1"
-
-inherit autotools binconfig
+PR = "r1"
do_configure_prepend() {
- cp ${WORKDIR}/onceonly.m4 ${S}/m4/
-}
-
-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 \
- ${bindir}/psktool"
-
-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/
+ sed -i "s/2.60/2.59/" ${S}/configure.in
}
-