mirror of
https://git.yoctoproject.org/meta-security
synced 2026-01-12 03:10:13 +00:00
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>
This commit is contained in:
@@ -46,17 +46,17 @@ do_configure:prepend() {
|
||||
touch NEWS AUTHORS ChangeLog README
|
||||
}
|
||||
|
||||
FILES:${PN}-staticdev += "${libdir}/ssl/engines-1.1/tpm.la"
|
||||
FILES:${PN}-staticdev += "${libdir}/ssl/engines-3/tpm.la"
|
||||
FILES:${PN}-dbg += "\
|
||||
${libdir}/ssl/engines-1.1/.debug \
|
||||
${libdir}/engines-1.1/.debug \
|
||||
${prefix}/local/ssl/lib/engines-1.1/.debug \
|
||||
${libdir}/ssl/engines-3/.debug \
|
||||
${libdir}/engines-3/.debug \
|
||||
${prefix}/local/ssl/lib/engines-3/.debug \
|
||||
"
|
||||
FILES:${PN} += "\
|
||||
${libdir}/ssl/engines-1.1/tpm.so* \
|
||||
${libdir}/engines-1.1/tpm.so* \
|
||||
${libdir}/ssl/engines-3/tpm.so* \
|
||||
${libdir}/engines-3/tpm.so* \
|
||||
${libdir}/libtpm.so* \
|
||||
${prefix}/local/ssl/lib/engines-1.1/tpm.so* \
|
||||
${prefix}/local/ssl/lib/engines-3/tpm.so* \
|
||||
"
|
||||
|
||||
RDEPENDS:${PN} += "libcrypto libtspi"
|
||||
|
||||
Reference in New Issue
Block a user