diff options
author | Ryan Matthews <ryan.matthews@timesys.com> | 2024-09-03 10:15:31 -0400 |
---|---|---|
committer | Ryan Matthews <ryan.matthews@timesys.com> | 2024-09-03 21:44:26 -0400 |
commit | 93b816a216a25b1b30928803e6861da2e4b477d0 (patch) | |
tree | 2a72b6878ff565254cd95ddd441e3bc0465f003d | |
parent | f35d5bd074b29564712ba82654806087295a6a69 (diff) | |
download | meta-freescale-93b816a216a25b1b30928803e6861da2e4b477d0.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>
-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 132d594d..f55f0ab2 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 |