diff options
author | Changqing Li <changqing.li@windriver.com> | 2019-02-28 13:46:25 +0800 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2019-03-06 11:49:25 -0800 |
commit | a4f226edf04cb5e7a52363ab0876a02f25a197e1 (patch) | |
tree | 8b3d167eb0f7baf7e4ca1e20ab24b2850f075663 | |
parent | 455a6412bbab8fe734da155a87822a7ad3d93b96 (diff) | |
download | meta-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.bb | 3 |
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 | |||
28 | CFLAGS += "-I${STAGING_INCDIR}/nspr4 -I${STAGING_INCDIR}/nss3" | 28 | CFLAGS += "-I${STAGING_INCDIR}/nspr4 -I${STAGING_INCDIR}/nss3" |
29 | CPPFLAGS += "-I${STAGING_INCDIR}/nspr4 -I${STAGING_INCDIR}/nss3" | 29 | CPPFLAGS += "-I${STAGING_INCDIR}/nspr4 -I${STAGING_INCDIR}/nss3" |
30 | 30 | ||
31 | PACKAGECONFIG ??= "gnutls libgcrypt nss openssl" | 31 | PACKAGECONFIG ??= "gnutls libgcrypt nss openssl des" |
32 | PACKAGECONFIG[gnutls] = ",,gnutls" | 32 | PACKAGECONFIG[gnutls] = ",,gnutls" |
33 | PACKAGECONFIG[libgcrypt] = ",,libgcrypt" | 33 | PACKAGECONFIG[libgcrypt] = ",,libgcrypt" |
34 | PACKAGECONFIG[nss] = "--with-nss=${STAGING_LIBDIR}/../.. --with-nspr=${STAGING_LIBDIR}/../..,,nss nspr" | 34 | PACKAGECONFIG[nss] = "--with-nss=${STAGING_LIBDIR}/../.. --with-nspr=${STAGING_LIBDIR}/../..,,nss nspr" |
35 | PACKAGECONFIG[openssl] = ",,openssl" | 35 | PACKAGECONFIG[openssl] = ",,openssl" |
36 | PACKAGECONFIG[des] = ",--disable-des,," | ||
36 | 37 | ||
37 | # these can be dynamically loaded with xmlSecCryptoDLLoadLibrary() | 38 | # these can be dynamically loaded with xmlSecCryptoDLLoadLibrary() |
38 | FILES_SOLIBSDEV = "${libdir}/libxmlsec1.so" | 39 | FILES_SOLIBSDEV = "${libdir}/libxmlsec1.so" |