diff options
| author | Yi Zhao <yi.zhao@windriver.com> | 2026-01-23 15:42:25 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2026-01-27 11:58:26 -0800 |
| commit | e1ee8beb12aa08e73efcfc3a6b5f31dd0edc5d1e (patch) | |
| tree | f90f0a4b140b135d8e880df23813e16bdc181c93 /meta-oe | |
| parent | 720b60ac399f5593002a3f5723e42632d7a66934 (diff) | |
| download | meta-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.bb | 2 |
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 | ||
| 36 | PACKAGECONFIG ??= "gnutls libgcrypt nss openssl des" | 36 | PACKAGECONFIG ??= "gnutls libgcrypt nss openssl" |
| 37 | PACKAGECONFIG[gnutls] = ",,gnutls" | 37 | PACKAGECONFIG[gnutls] = ",,gnutls" |
| 38 | PACKAGECONFIG[libgcrypt] = ",,libgcrypt" | 38 | PACKAGECONFIG[libgcrypt] = ",,libgcrypt" |
| 39 | PACKAGECONFIG[nss] = "--with-nss=${STAGING_DIR_HOST} --with-nspr=${STAGING_DIR_HOST},--with-nss=no --with-nspr=no,nss nspr" | 39 | PACKAGECONFIG[nss] = "--with-nss=${STAGING_DIR_HOST} --with-nspr=${STAGING_DIR_HOST},--with-nss=no --with-nspr=no,nss nspr" |
