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:
Yi Zhao 2026-01-23 15:42:25 +08:00 committed by Khem Raj
parent 720b60ac39
commit e1ee8beb12
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -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"