diff options
author | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2007-10-19 19:48:00 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2007-10-19 19:48:00 +0000 |
commit | a0291fe7d75f7be94e0c5285fd2ce5eb34ae3959 (patch) | |
tree | ea262df92610411e00395f0f400b9dd86018a9d5 /packages/gnutls/gnutls.inc | |
parent | 29643d4a42f6ee5ea1e4381e8cd465e44615287c (diff) | |
parent | 174f21f49d25ea1445039886787eb7c5ff4150c8 (diff) |
merge of '55a31408b86b4036d83b855bbd46f1b1d7a61765'
and 'aa36aa92826b8f74328b39933671dd201b795054'
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} |