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 6400e80b11..e438423c9c 100644 --- a/packages/gnutls/gnutls.inc +++ b/packages/gnutls/gnutls.inc @@ -9,11 +9,6 @@ inherit autotools binconfig pkgconfig EXTRA_OECONF = "--with-included-opencdk --with-included-libtasn1" -# fix wrong dependency -do_configure_prepend() { - sed -i s,gcrypt,libgcrypt, lib/gnutls.pc.in -} - do_stage() { oe_libinstall -C lib/.libs -so -a libgnutls ${STAGING_LIBDIR} oe_libinstall -C libextra/.libs -so -a libgnutls-extra ${STAGING_LIBDIR} |