summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChangqing Li <changqing.li@windriver.com>2019-02-28 13:46:25 +0800
committerArmin Kuster <akuster808@gmail.com>2019-03-06 11:49:25 -0800
commita4f226edf04cb5e7a52363ab0876a02f25a197e1 (patch)
tree8b3d167eb0f7baf7e4ca1e20ab24b2850f075663
parent455a6412bbab8fe734da155a87822a7ad3d93b96 (diff)
downloadmeta-security-a4f226edf04cb5e7a52363ab0876a02f25a197e1.tar.gz
xmlsec1: add PACKAGECONFIG disable-des
Signed-off-by: Changqing Li <changqing.li@windriver.com> Reviewed-by: Tom Rini <trini@konsulko.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--recipes-security/xmlsec1/xmlsec1_1.2.27.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes-security/xmlsec1/xmlsec1_1.2.27.bb b/recipes-security/xmlsec1/xmlsec1_1.2.27.bb
index 0cd06c5..eac8d6b 100644
--- a/recipes-security/xmlsec1/xmlsec1_1.2.27.bb
+++ b/recipes-security/xmlsec1/xmlsec1_1.2.27.bb
@@ -28,11 +28,12 @@ inherit autotools-brokensep ptest pkgconfig
28CFLAGS += "-I${STAGING_INCDIR}/nspr4 -I${STAGING_INCDIR}/nss3" 28CFLAGS += "-I${STAGING_INCDIR}/nspr4 -I${STAGING_INCDIR}/nss3"
29CPPFLAGS += "-I${STAGING_INCDIR}/nspr4 -I${STAGING_INCDIR}/nss3" 29CPPFLAGS += "-I${STAGING_INCDIR}/nspr4 -I${STAGING_INCDIR}/nss3"
30 30
31PACKAGECONFIG ??= "gnutls libgcrypt nss openssl" 31PACKAGECONFIG ??= "gnutls libgcrypt nss openssl des"
32PACKAGECONFIG[gnutls] = ",,gnutls" 32PACKAGECONFIG[gnutls] = ",,gnutls"
33PACKAGECONFIG[libgcrypt] = ",,libgcrypt" 33PACKAGECONFIG[libgcrypt] = ",,libgcrypt"
34PACKAGECONFIG[nss] = "--with-nss=${STAGING_LIBDIR}/../.. --with-nspr=${STAGING_LIBDIR}/../..,,nss nspr" 34PACKAGECONFIG[nss] = "--with-nss=${STAGING_LIBDIR}/../.. --with-nspr=${STAGING_LIBDIR}/../..,,nss nspr"
35PACKAGECONFIG[openssl] = ",,openssl" 35PACKAGECONFIG[openssl] = ",,openssl"
36PACKAGECONFIG[des] = ",--disable-des,,"
36 37
37# these can be dynamically loaded with xmlSecCryptoDLLoadLibrary() 38# these can be dynamically loaded with xmlSecCryptoDLLoadLibrary()
38FILES_SOLIBSDEV = "${libdir}/libxmlsec1.so" 39FILES_SOLIBSDEV = "${libdir}/libxmlsec1.so"