summaryrefslogtreecommitdiffstats
path: root/meta/packages/gnutls
Commit message (Collapse)AuthorAgeFilesLines
* packages: Separate out most of the remaining packages into recipesRichard Purdie2010-09-016-276/+0
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* gnutls: upgrade to version 2.8.6Qing He2010-07-087-74/+97
| | | | | | | | | | | | | | | | | | | | | | | | | 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>
* libtasn1: upgrade to version 2.7Qing He2010-07-072-12/+21
| | | | | | | | | | | | 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>
* autotools: deprecate autotools_stage classJoshua Lock2010-04-272-2/+2
| | | | | | | | | 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>
* gnutls: add gettext to dependenciesJoshua Lock2010-01-042-1/+3
| | | | Signed-off-by: Joshua Lock <josh@linux.intel.com>
* gnutls: Convert to autotools_stageRichard Purdie2009-11-161-12/+1
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* Remove layout_* variablesRichard Purdie2009-09-171-1/+1
| | | | | | | | | | | | 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>
* gnutls: Use pkgconfig_stageRichard Purdie2009-06-121-1/+1
|
* gnutls: Disable guileRichard Purdie2009-05-171-1/+1
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* libtasn1: Add from OE.dev with improvements for PokyRichard Purdie2009-05-121-0/+12
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* gnutls: add 2.4.2 (latest stable)Marcin Juszkiewicz2008-09-264-0/+204
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5301 311d38ba-8fff-0310-9ca6-ca027cbcb966
* gnutls: drop 2.2.5Marcin Juszkiewicz2008-09-264-204/+0
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5300 311d38ba-8fff-0310-9ca6-ca027cbcb966
* gnutls: Stop gnutls using the build system zlibRichard Purdie2008-07-071-1/+1
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4832 311d38ba-8fff-0310-9ca6-ca027cbcb966
* gnutls: update to 2.2.5 (security updates)Marcin Juszkiewicz2008-05-214-0/+0
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4523 311d38ba-8fff-0310-9ca6-ca027cbcb966
* gnutls: update to 2.2.3Marcin Juszkiewicz2008-05-134-0/+0
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4462 311d38ba-8fff-0310-9ca6-ca027cbcb966
* gnutls: upgraded to 2.2.2 (latest stable)Marcin Juszkiewicz2008-03-205-51/+57
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4102 311d38ba-8fff-0310-9ca6-ca027cbcb966
* gnutls: Fix pkgconfig patchRichard Purdie2008-03-192-2/+2
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4086 311d38ba-8fff-0310-9ca6-ca027cbcb966
* gnutls: Sync with OE for enhanced configure patch, remove unused fileRichard Purdie2008-03-197-90/+58
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4067 311d38ba-8fff-0310-9ca6-ca027cbcb966
* gnutls: Remove some bad flags from configure.acRichard Purdie2007-11-133-2/+25
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3142 311d38ba-8fff-0310-9ca6-ca027cbcb966
* gnutls: remove hacks needed for autoconf 2.59Marcin Juszkiewicz2007-08-202-10/+1
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2521 311d38ba-8fff-0310-9ca6-ca027cbcb966
* gnutls: update to 1.6.3 (upstream recommended stable version)Marcin Juszkiewicz2007-06-046-51/+64
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1852 311d38ba-8fff-0310-9ca6-ca027cbcb966
* Drop old versions of leafpad, zlib, gnutls, libgcrypt, fileRichard Purdie2006-12-223-170/+0
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1074 311d38ba-8fff-0310-9ca6-ca027cbcb966
* gnutls: Specify libz and libreadline locations to avoid contamination from ↵Richard Purdie2006-12-041-2/+2
| | | | | | /usr/lib and /usr/include git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1000 311d38ba-8fff-0310-9ca6-ca027cbcb966
* Add lzo, upgrade libgcrypt -> 1.2.3, add gnutls 1.4.4Richard Purdie2006-11-214-0/+240
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@934 311d38ba-8fff-0310-9ca6-ca027cbcb966
* gnutls: Improve do_stage (from OE.dev)Richard Purdie2006-11-211-0/+4
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@925 311d38ba-8fff-0310-9ca6-ca027cbcb966
* Rename /openembedded/ -> /meta/Richard Purdie2006-07-213-0/+166
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@530 311d38ba-8fff-0310-9ca6-ca027cbcb966