From 43fb739f1451dc518fc1cdac1858371c04312097 Mon Sep 17 00:00:00 2001 From: Marcin Juszkiewicz Date: Mon, 20 Aug 2007 12:19:59 +0000 Subject: gnutls: remove hacks needed for autoconf 2.59 git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2521 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- meta/packages/gnutls/gnutls.inc | 5 ----- 1 file changed, 5 deletions(-) (limited to 'meta/packages/gnutls/gnutls.inc') diff --git a/meta/packages/gnutls/gnutls.inc b/meta/packages/gnutls/gnutls.inc index ed96e3f58..ab5ba1d1d 100644 --- a/meta/packages/gnutls/gnutls.inc +++ b/meta/packages/gnutls/gnutls.inc @@ -6,17 +6,12 @@ LICENSE = "LGPL" SRC_URI = "ftp://ftp.gnutls.org/pub/gnutls/gnutls-${PV}.tar.bz2 \ file://gnutls-openssl.patch;patch=1 \ - file://onceonly.m4 \ file://gnutls-texinfo-euro.patch;patch=1" inherit autotools binconfig pkgconfig EXTRA_OECONF="--with-included-opencdk --with-included-libtasn1" -do_configure_prepend() { - cp ${WORKDIR}/onceonly.m4 ${S}/m4/ -} - do_stage() { oe_libinstall -C lib/.libs -so -a libgnutls ${STAGING_LIBDIR} oe_libinstall -C libextra/.libs -so -a libgnutls-extra ${STAGING_LIBDIR} -- cgit v1.2.3