summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrian Bunk <bunk@stusta.de>2019-01-30 11:57:41 +0200
committerArmin Kuster <akuster808@gmail.com>2019-02-11 18:00:54 -0800
commit9e163f6b993153b45688eeece0cb37df00ca6be7 (patch)
tree445d026aa88283194c0d34289272ed74fa5f7c15
parent7ec577c75bfa23120b36dd0d80cb5f17920127e9 (diff)
downloadmeta-security-9e163f6b993153b45688eeece0cb37df00ca6be7.tar.gz
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>
-rw-r--r--recipes-security/xmlsec1/xmlsec1_1.2.26.bb5
1 files changed, 5 insertions, 0 deletions
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 = "\
32 --with-nss=${STAGING_LIBDIR}/../.. --with-nspr=${STAGING_LIBDIR}/../.. \ 32 --with-nss=${STAGING_LIBDIR}/../.. --with-nspr=${STAGING_LIBDIR}/../.. \
33 " 33 "
34 34
35# these can be dynamically loaded with xmlSecCryptoDLLoadLibrary()
36FILES_SOLIBSDEV = "${libdir}/libxmlsec1.so"
37FILES_${PN} += "${libdir}/libxmlsec1-*.so"
38INSANE_SKIP_${PN} = "dev-so"
39
35FILES_${PN}-dev += "${libdir}/xmlsec1Conf.sh" 40FILES_${PN}-dev += "${libdir}/xmlsec1Conf.sh"
36FILES_${PN}-dbg += "${PTEST_PATH}/.debug/*" 41FILES_${PN}-dbg += "${PTEST_PATH}/.debug/*"
37 42