diff options
author | Ryan Matthews <ryan.matthews@timesys.com> | 2024-09-03 10:15:31 -0400 |
---|---|---|
committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2024-09-04 12:08:53 +0000 |
commit | ac289a2cd2e815ca00d6547d74c08333db11dd96 (patch) | |
tree | 4d6eb880ac4c70cdf2785886ca2a80325b1c7fab | |
parent | 381f2d83627ec5c82168006cf1fe68d83e7d9ca9 (diff) | |
download | meta-freescale-ac289a2cd2e815ca00d6547d74c08333db11dd96.tar.gz |
optee-client: libteec 2.0.0
OP-TEE's libteec moves to version 2.0.0 with commit 79fd80f1
("optee: Upgrade optee recipes from 4.0.0.imx to 4.2.0.imx").
Fixes:
| install: cannot stat '...libteec.so.1.0.0': No such file or directory
Signed-off-by: Ryan Matthews <ryan.matthews@timesys.com>
(cherry picked from commit 93b816a216a25b1b30928803e6861da2e4b477d0)
-rw-r--r-- | recipes-security/optee-imx/optee-client-fslc.inc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-security/optee-imx/optee-client-fslc.inc b/recipes-security/optee-imx/optee-client-fslc.inc index aca2aff6..f051dfaa 100644 --- a/recipes-security/optee-imx/optee-client-fslc.inc +++ b/recipes-security/optee-imx/optee-client-fslc.inc | |||
@@ -25,9 +25,9 @@ EXTRA_OEMAKE = " \ | |||
25 | do_install () { | 25 | do_install () { |
26 | oe_runmake -C ${S} install | 26 | oe_runmake -C ${S} install |
27 | 27 | ||
28 | install -D -p -m0644 ${B}/export/usr/lib/libteec.so.1.0.0 ${D}${libdir}/libteec.so.1.0.0 | 28 | install -D -p -m0644 ${B}/export/usr/lib/libteec.so.2.0.0 ${D}${libdir}/libteec.so.2.0.0 |
29 | ln -sf libteec.so.1.0.0 ${D}${libdir}/libteec.so.1 | 29 | ln -sf libteec.so.2.0.0 ${D}${libdir}/libteec.so.2 |
30 | ln -sf libteec.so.1.0.0 ${D}${libdir}/libteec.so | 30 | ln -sf libteec.so.2.0.0 ${D}${libdir}/libteec.so |
31 | 31 | ||
32 | install -D -p -m0644 ${B}/export/usr/lib/libckteec.so.0.1.0 ${D}${libdir}/libckteec.so.0.1.0 | 32 | install -D -p -m0644 ${B}/export/usr/lib/libckteec.so.0.1.0 ${D}${libdir}/libckteec.so.0.1.0 |
33 | ln -sf libckteec.so.0.1.0 ${D}${libdir}/libckteec.so.0 | 33 | ln -sf libckteec.so.0.1.0 ${D}${libdir}/libckteec.so.0 |