mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 14:39:54 +00:00
xmlsec1: remove des from default packageconfig
The DES algorithm is considered weak and outdated. Remove des from default PACKAGECONFIG to disable it. Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -33,7 +33,7 @@ inherit autotools-brokensep ptest pkgconfig
|
||||
#CFLAGS += "-I${STAGING_INCDIR}/nss3"
|
||||
#CPPFLAGS += "-I${STAGING_INCDIR}/nss3"
|
||||
|
||||
PACKAGECONFIG ??= "gnutls libgcrypt nss openssl des"
|
||||
PACKAGECONFIG ??= "gnutls libgcrypt nss openssl"
|
||||
PACKAGECONFIG[gnutls] = ",,gnutls"
|
||||
PACKAGECONFIG[libgcrypt] = ",,libgcrypt"
|
||||
PACKAGECONFIG[nss] = "--with-nss=${STAGING_DIR_HOST} --with-nspr=${STAGING_DIR_HOST},--with-nss=no --with-nspr=no,nss nspr"
|
||||
|
||||
Reference in New Issue
Block a user