Commit Graph

25 Commits

Author SHA1 Message Date
Qing He 424278c7bc 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-<pkg>-prefix=

Signed-off-by: Qing He <qing.he@intel.com>
2010-07-08 21:11:00 -07:00
Qing He 7fa2815605 libtasn1: upgrade to version 2.7
from 1.7
update homepage, clarify license

changes:
  - because the utilities are licensed under GPLv3+, separate them
    out to a new package libtasn1-bin
  - libtasn1-bin now RRPLACES libtasn1 (<< 2.7)

Signed-off-by: Qing He <qing.he@intel.com>
2010-07-07 17:14:03 +01:00
Joshua Lock 4d1f39af75 autotools: deprecate autotools_stage class
Move the functionality into autotools and ensure all our Poky recipes are no
longer using it.
Keep the autools_stage class around for OE compatability but just have it
inherit autools.

Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-04-27 17:11:28 +01:00
Joshua Lock 3e12340abf gnutls: add gettext to dependencies
Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-01-04 10:33:57 +00:00
Richard Purdie 31ad2cf87b gnutls: Convert to autotools_stage
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-11-16 21:44:44 +00:00
Richard Purdie af85ce4b4e Remove layout_* variables
Remove layout_* variables and replace them with variables specific to the
different classes. The layout variables were only useful for the native/cross
classes and caused more confusion than they solved. They didn't scale to the
sdk class. It now clear a small set of native/cross variables fulfil the needs.

This patch also changes native.bbclass to use "/" as the STAGING_DIR which makes
sense since we're installing binaries into the locations we're compiling them for.

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-09-17 22:24:36 +01:00
Richard Purdie 1bc852322e gnutls: Use pkgconfig_stage 2009-06-12 16:03:09 +01:00
Richard Purdie 0d3b18566e gnutls: Disable guile
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-05-17 11:16:17 +01:00
Richard Purdie e17a3ced72 libtasn1: Add from OE.dev with improvements for Poky
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-05-12 16:48:20 +01:00
Marcin Juszkiewicz 405e76189d gnutls: add 2.4.2 (latest stable)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5301 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-09-26 15:40:58 +00:00
Marcin Juszkiewicz 062b2e125d gnutls: drop 2.2.5
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5300 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-09-26 15:40:36 +00:00
Richard Purdie 29b0344040 gnutls: Stop gnutls using the build system zlib
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4832 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-07-07 08:20:29 +00:00
Marcin Juszkiewicz 8ca802ec83 gnutls: update to 2.2.5 (security updates)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4523 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-05-21 19:28:11 +00:00
Marcin Juszkiewicz 152f14b598 gnutls: update to 2.2.3
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4462 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-05-13 07:49:56 +00:00
Marcin Juszkiewicz 3b6a4f9f12 gnutls: upgraded to 2.2.2 (latest stable)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4102 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-03-20 12:53:25 +00:00
Richard Purdie 1607c8f080 gnutls: Fix pkgconfig patch
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4086 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-03-19 22:47:03 +00:00
Richard Purdie e292c51081 gnutls: Sync with OE for enhanced configure patch, remove unused file
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4067 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-03-19 16:27:24 +00:00
Richard Purdie 210caef864 gnutls: Remove some bad flags from configure.ac
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3142 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-13 19:56:58 +00:00
Marcin Juszkiewicz 43fb739f14 gnutls: remove hacks needed for autoconf 2.59
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2521 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-08-20 12:19:59 +00:00
Marcin Juszkiewicz 3ad2090363 gnutls: update to 1.6.3 (upstream recommended stable version)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1852 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-06-04 11:23:39 +00:00
Richard Purdie cb3389f46d Drop old versions of leafpad, zlib, gnutls, libgcrypt, file
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1074 311d38ba-8fff-0310-9ca6-ca027cbcb966
2006-12-22 10:43:59 +00:00
Richard Purdie 91001d7551 gnutls: Specify libz and libreadline locations to avoid contamination from /usr/lib and /usr/include
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1000 311d38ba-8fff-0310-9ca6-ca027cbcb966
2006-12-04 23:11:39 +00:00
Richard Purdie 450aea724e Add lzo, upgrade libgcrypt -> 1.2.3, add gnutls 1.4.4
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@934 311d38ba-8fff-0310-9ca6-ca027cbcb966
2006-11-21 16:45:47 +00:00
Richard Purdie 30785a5b5e gnutls: Improve do_stage (from OE.dev)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@925 311d38ba-8fff-0310-9ca6-ca027cbcb966
2006-11-21 12:30:16 +00:00
Richard Purdie b2f192faab Rename /openembedded/ -> /meta/
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@530 311d38ba-8fff-0310-9ca6-ca027cbcb966
2006-07-21 10:10:31 +00:00