[yocto] [meta-security][PATCH] xmlsec1: Include libxmlsec1-*.so in the main package

akuster akuster at mvista.com
Mon Feb 11 18:03:04 PST 2019


series merged.

On 1/30/19 1:57 AM, Adrian Bunk wrote:
> They can be dynamically loaded with xmlSecCryptoDLLoadLibrary().
>
> Signed-off-by: Adrian Bunk <bunk at stusta.de>
> ---
>  recipes-security/xmlsec1/xmlsec1_1.2.26.bb | 5 +++++
>  1 file changed, 5 insertions(+)
>
> diff --git a/recipes-security/xmlsec1/xmlsec1_1.2.26.bb b/recipes-security/xmlsec1/xmlsec1_1.2.26.bb
> index 2dbbf33..aca9634 100644
> --- a/recipes-security/xmlsec1/xmlsec1_1.2.26.bb
> +++ b/recipes-security/xmlsec1/xmlsec1_1.2.26.bb
> @@ -32,6 +32,11 @@ EXTRA_OECONF = "\
>      --with-nss=${STAGING_LIBDIR}/../.. --with-nspr=${STAGING_LIBDIR}/../.. \
>      "
>  
> +# these can be dynamically loaded with xmlSecCryptoDLLoadLibrary()
> +FILES_SOLIBSDEV = "${libdir}/libxmlsec1.so"
> +FILES_${PN} += "${libdir}/libxmlsec1-*.so"
> +INSANE_SKIP_${PN} = "dev-so"
> +
>  FILES_${PN}-dev += "${libdir}/xmlsec1Conf.sh"
>  FILES_${PN}-dbg += "${PTEST_PATH}/.debug/*"
>  



More information about the yocto mailing list