From 424278c7bcccf0334ad4680ded30372616d2c9ab Mon Sep 17 00:00:00 2001 From: Qing He Date: Wed, 23 Jun 2010 15:07:39 +0800 Subject: gnutls: upgrade to version 2.8.6 from 2.4.2 add homepage and bugtracker clarify licensing to GPL & LGPL for different sub packages changes: - use EXTRA_OECONF to explicitly specify libgcrypt path - remove multiple aclocal.m4s and distributed libtool m4 scripts to produce sanity environment, otherwise it may complain about libtool version mismatch at compilation - rebase configure_madness.patch to adapt new autotools scripts, change libgnutls.pc.in and libgnutls-extra.pc.in to fix pkg-config issues - rebase the other patches - remove duplicated inheritence - depends explictly on libgcrypt (>= 1.4.2), or configure fails - use standalone version of libtasn1, and add it as a build dependency on libatsn1 - add --disable-rpath in EXTRA_OECONF to avoid the rpath pollution by --with--prefix= Signed-off-by: Qing He --- meta/packages/gnutls/gnutls_2.4.2.bb | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 meta/packages/gnutls/gnutls_2.4.2.bb (limited to 'meta/packages/gnutls/gnutls_2.4.2.bb') diff --git a/meta/packages/gnutls/gnutls_2.4.2.bb b/meta/packages/gnutls/gnutls_2.4.2.bb deleted file mode 100644 index 150c97cb85..0000000000 --- a/meta/packages/gnutls/gnutls_2.4.2.bb +++ /dev/null @@ -1,9 +0,0 @@ -require gnutls.inc - -PR = "r1" - -SRC_URI += "\ - file://gnutls-openssl.patch;patch=1 \ - file://gnutls-texinfo-euro.patch;patch=1 \ - file://configure_madness.patch;patch=1 \ - " -- cgit v1.2.3-54-g00ecf