mirror of
https://git.yoctoproject.org/poky
synced 2026-04-29 18:32:20 +02:00
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>
8 lines
160 B
BlitzBasic
8 lines
160 B
BlitzBasic
require gnutls.inc
|
|
|
|
PR = "r0"
|
|
|
|
SRC_URI += "file://gnutls-openssl.patch \
|
|
file://gnutls-texinfo-euro.patch \
|
|
file://configure-fix.patch"
|