summaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
authorYi Zhao <yi.zhao@windriver.com>2026-01-23 15:42:25 +0800
committerKhem Raj <raj.khem@gmail.com>2026-01-27 11:58:26 -0800
commite1ee8beb12aa08e73efcfc3a6b5f31dd0edc5d1e (patch)
treef90f0a4b140b135d8e880df23813e16bdc181c93 /meta-oe
parent720b60ac399f5593002a3f5723e42632d7a66934 (diff)
downloadmeta-openembedded-e1ee8beb12aa08e73efcfc3a6b5f31dd0edc5d1e.tar.gz
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>
Diffstat (limited to 'meta-oe')
-rw-r--r--meta-oe/recipes-support/xmlsec1/xmlsec1_1.3.9.bb2
1 files changed, 1 insertions, 1 deletions
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
33#CFLAGS += "-I${STAGING_INCDIR}/nss3" 33#CFLAGS += "-I${STAGING_INCDIR}/nss3"
34#CPPFLAGS += "-I${STAGING_INCDIR}/nss3" 34#CPPFLAGS += "-I${STAGING_INCDIR}/nss3"
35 35
36PACKAGECONFIG ??= "gnutls libgcrypt nss openssl des" 36PACKAGECONFIG ??= "gnutls libgcrypt nss openssl"
37PACKAGECONFIG[gnutls] = ",,gnutls" 37PACKAGECONFIG[gnutls] = ",,gnutls"
38PACKAGECONFIG[libgcrypt] = ",,libgcrypt" 38PACKAGECONFIG[libgcrypt] = ",,libgcrypt"
39PACKAGECONFIG[nss] = "--with-nss=${STAGING_DIR_HOST} --with-nspr=${STAGING_DIR_HOST},--with-nss=no --with-nspr=no,nss nspr" 39PACKAGECONFIG[nss] = "--with-nss=${STAGING_DIR_HOST} --with-nspr=${STAGING_DIR_HOST},--with-nss=no --with-nspr=no,nss nspr"