diff options
author | Jeremy Lainé <jeremy.laine@m4x.org> | 2008-10-24 12:44:44 +0200 |
---|---|---|
committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2008-10-24 12:44:44 +0200 |
commit | 0d4559f79c13a864d782c5599a7803389d1dd20c (patch) | |
tree | 17c42aaafda5957b880d663f7e25fdf6d833793c /packages/gnutls/gnutls.inc | |
parent | 54146066ad0d2dab7e0976bad1a16b7f95af104b (diff) |
gnutls: fixing the pkgconfig is not necessary for gnutls 2.4.2
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} |