Skip to content

Commit

Permalink
optee-client: libteec 2.0.0
Browse files Browse the repository at this point in the history
OP-TEE's libteec moves to version 2.0.0 with commit 79fd80f
("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 <[email protected]>
(cherry picked from commit 93b816a)
  • Loading branch information
timesys-ryan-matthews authored and github-actions[bot] committed Sep 4, 2024
1 parent 381f2d8 commit ac289a2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions recipes-security/optee-imx/optee-client-fslc.inc
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ EXTRA_OEMAKE = " \
do_install () {
oe_runmake -C ${S} install

install -D -p -m0644 ${B}/export/usr/lib/libteec.so.1.0.0 ${D}${libdir}/libteec.so.1.0.0
ln -sf libteec.so.1.0.0 ${D}${libdir}/libteec.so.1
ln -sf libteec.so.1.0.0 ${D}${libdir}/libteec.so
install -D -p -m0644 ${B}/export/usr/lib/libteec.so.2.0.0 ${D}${libdir}/libteec.so.2.0.0
ln -sf libteec.so.2.0.0 ${D}${libdir}/libteec.so.2
ln -sf libteec.so.2.0.0 ${D}${libdir}/libteec.so

install -D -p -m0644 ${B}/export/usr/lib/libckteec.so.0.1.0 ${D}${libdir}/libckteec.so.0.1.0
ln -sf libckteec.so.0.1.0 ${D}${libdir}/libckteec.so.0
Expand Down

0 comments on commit ac289a2

Please sign in to comment.