From e1ee8beb12aa08e73efcfc3a6b5f31dd0edc5d1e Mon Sep 17 00:00:00 2001 From: Yi Zhao Date: Fri, 23 Jan 2026 15:42:25 +0800 Subject: [PATCH] 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 Signed-off-by: Khem Raj --- meta-oe/recipes-support/xmlsec1/xmlsec1_1.3.9.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-support/xmlsec1/xmlsec1_1.3.9.bb b/meta-oe/recipes-support/xmlsec1/xmlsec1_1.3.9.bb index ca6ebba59c..e0888f1ff4 100644 --- a/meta-oe/recipes-support/xmlsec1/xmlsec1_1.3.9.bb +++ b/meta-oe/recipes-support/xmlsec1/xmlsec1_1.3.9.bb @@ -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"