diff options
| author | Armin Kuster <akuster808@gmail.com> | 2021-10-25 16:52:44 -0700 |
|---|---|---|
| committer | Armin Kuster <akuster808@gmail.com> | 2021-10-26 07:23:30 -0700 |
| commit | b5e277022b4ac971947352a37942830af8398cdd (patch) | |
| tree | dd74ede0ddc5a13fb7994b1baef8400b589b7489 /meta-tpm | |
| parent | 5d2afb321cf81fd6b9c32f6204a9f0ea66f399fd (diff) | |
| download | meta-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')
| -rw-r--r-- | meta-tpm/recipes-tpm/openssl-tpm-engine/openssl-tpm-engine_0.5.0.bb | 14 |
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 | ||
| 49 | FILES:${PN}-staticdev += "${libdir}/ssl/engines-1.1/tpm.la" | 49 | FILES:${PN}-staticdev += "${libdir}/ssl/engines-3/tpm.la" |
| 50 | FILES:${PN}-dbg += "\ | 50 | FILES:${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 | " |
| 55 | FILES:${PN} += "\ | 55 | FILES:${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 | ||
| 62 | RDEPENDS:${PN} += "libcrypto libtspi" | 62 | RDEPENDS:${PN} += "libcrypto libtspi" |
