[yocto] [meta-security][PATCH] xmlsec1: add PACKAGECONFIG disable-des

Tom Rini trini at konsulko.com
Wed Feb 27 09:03:28 PST 2019


On Wed, Feb 27, 2019 at 04:38:10PM +0800, changqing.li at windriver.com wrote:

> From: Changqing Li <changqing.li at windriver.com>
> 
> Signed-off-by: Changqing Li <changqing.li at windriver.com>
> ---
>  recipes-security/xmlsec1/xmlsec1_1.2.27.bb | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/recipes-security/xmlsec1/xmlsec1_1.2.27.bb b/recipes-security/xmlsec1/xmlsec1_1.2.27.bb
> index 0cd06c5..76e3976 100644
> --- a/recipes-security/xmlsec1/xmlsec1_1.2.27.bb
> +++ b/recipes-security/xmlsec1/xmlsec1_1.2.27.bb
> @@ -33,6 +33,7 @@ PACKAGECONFIG[gnutls] = ",,gnutls"
>  PACKAGECONFIG[libgcrypt] = ",,libgcrypt"
>  PACKAGECONFIG[nss] = "--with-nss=${STAGING_LIBDIR}/../.. --with-nspr=${STAGING_LIBDIR}/../..,,nss nspr"
>  PACKAGECONFIG[openssl] = ",,openssl"
> +PACKAGECONFIG[disable-des] = "--disable-des,,,"
>  
>  # these can be dynamically loaded with xmlSecCryptoDLLoadLibrary()
>  FILES_SOLIBSDEV = "${libdir}/libxmlsec1.so"

The same comments about not using "disable-" and making it a positive
option instead apply here as well (and any other layer as well), thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.yoctoproject.org/pipermail/yocto/attachments/20190227/81d3ed18/attachment.pgp>


More information about the yocto mailing list