summaryrefslogtreecommitdiffstats
path: root/meta-tpm/recipes-tpm
diff options
context:
space:
mode:
authorArmin Kuster <akuster808@gmail.com>2021-10-25 16:52:44 -0700
committerArmin Kuster <akuster808@gmail.com>2021-10-26 07:23:30 -0700
commitb5e277022b4ac971947352a37942830af8398cdd (patch)
treedd74ede0ddc5a13fb7994b1baef8400b589b7489 /meta-tpm/recipes-tpm
parent5d2afb321cf81fd6b9c32f6204a9f0ea66f399fd (diff)
downloadmeta-security-b5e277022b4ac971947352a37942830af8398cdd.tar.gz
openssl-tpm-engine: fix build issue with openssl 3
ERROR: openssl-tpm-engine-0.5.0-r0 do_package: QA Issue: openssl-tpm-engine: Files/directories were installed but not shipped in any package: /usr/lib/engines-3/tpm.so fix engine locations Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-tpm/recipes-tpm')
-rw-r--r--meta-tpm/recipes-tpm/openssl-tpm-engine/openssl-tpm-engine_0.5.0.bb14
1 files changed, 7 insertions, 7 deletions
diff --git a/meta-tpm/recipes-tpm/openssl-tpm-engine/openssl-tpm-engine_0.5.0.bb b/meta-tpm/recipes-tpm/openssl-tpm-engine/openssl-tpm-engine_0.5.0.bb
index 9ad8967..dab1589 100644
--- a/meta-tpm/recipes-tpm/openssl-tpm-engine/openssl-tpm-engine_0.5.0.bb
+++ b/meta-tpm/recipes-tpm/openssl-tpm-engine/openssl-tpm-engine_0.5.0.bb
@@ -46,17 +46,17 @@ do_configure:prepend() {
46 touch NEWS AUTHORS ChangeLog README 46 touch NEWS AUTHORS ChangeLog README
47} 47}
48 48
49FILES:${PN}-staticdev += "${libdir}/ssl/engines-1.1/tpm.la" 49FILES:${PN}-staticdev += "${libdir}/ssl/engines-3/tpm.la"
50FILES:${PN}-dbg += "\ 50FILES:${PN}-dbg += "\
51 ${libdir}/ssl/engines-1.1/.debug \ 51 ${libdir}/ssl/engines-3/.debug \
52 ${libdir}/engines-1.1/.debug \ 52 ${libdir}/engines-3/.debug \
53 ${prefix}/local/ssl/lib/engines-1.1/.debug \ 53 ${prefix}/local/ssl/lib/engines-3/.debug \
54" 54"
55FILES:${PN} += "\ 55FILES:${PN} += "\
56 ${libdir}/ssl/engines-1.1/tpm.so* \ 56 ${libdir}/ssl/engines-3/tpm.so* \
57 ${libdir}/engines-1.1/tpm.so* \ 57 ${libdir}/engines-3/tpm.so* \
58 ${libdir}/libtpm.so* \ 58 ${libdir}/libtpm.so* \
59 ${prefix}/local/ssl/lib/engines-1.1/tpm.so* \ 59 ${prefix}/local/ssl/lib/engines-3/tpm.so* \
60" 60"
61 61
62RDEPENDS:${PN} += "libcrypto libtspi" 62RDEPENDS:${PN} += "libcrypto libtspi"