diff options
author | Adrian Bunk <bunk@stusta.de> | 2019-01-30 11:57:41 +0200 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2019-02-11 18:00:54 -0800 |
commit | 9e163f6b993153b45688eeece0cb37df00ca6be7 (patch) | |
tree | 445d026aa88283194c0d34289272ed74fa5f7c15 | |
parent | 7ec577c75bfa23120b36dd0d80cb5f17920127e9 (diff) | |
download | meta-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.bb | 5 |
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() | ||
36 | FILES_SOLIBSDEV = "${libdir}/libxmlsec1.so" | ||
37 | FILES_${PN} += "${libdir}/libxmlsec1-*.so" | ||
38 | INSANE_SKIP_${PN} = "dev-so" | ||
39 | |||
35 | FILES_${PN}-dev += "${libdir}/xmlsec1Conf.sh" | 40 | FILES_${PN}-dev += "${libdir}/xmlsec1Conf.sh" |
36 | FILES_${PN}-dbg += "${PTEST_PATH}/.debug/*" | 41 | FILES_${PN}-dbg += "${PTEST_PATH}/.debug/*" |
37 | 42 | ||