mirror of
https://git.yoctoproject.org/meta-security
synced 2026-05-07 04:58:47 +00:00
xmlsec1: Include libxmlsec1-*.so in the main package
They can be dynamically loaded with xmlSecCryptoDLLoadLibrary(). Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
committed by
Armin Kuster
parent
7ec577c75b
commit
9e163f6b99
@@ -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/*"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user