diff options
Diffstat (limited to 'packages/gnutls/gnutls.inc')
-rw-r--r-- | packages/gnutls/gnutls.inc | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/packages/gnutls/gnutls.inc b/packages/gnutls/gnutls.inc index ed96e3f588..ab5ba1d1d0 100644 --- a/packages/gnutls/gnutls.inc +++ b/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} |