diff options
| author | Martin Jansa <martin.jansa@gmail.com> | 2022-09-24 12:10:49 +0200 |
|---|---|---|
| committer | Armin Kuster <akuster808@gmail.com> | 2022-09-25 11:00:54 -0400 |
| commit | de2bbc5ef443f4cb045f8b6b6c60f9e2ac103c2c (patch) | |
| tree | 844813fad9b861cdb159a75b36820305c12929d0 /meta-python | |
| parent | fc9c8a3332e606aad4b398a77085208f61af6f44 (diff) | |
| download | meta-openembedded-de2bbc5ef443f4cb045f8b6b6c60f9e2ac103c2c.tar.gz | |
libcec: fix runtime dependencies for ${PN}-examples
* cec-client doesn't link with libcec, but uses LibCecInitialise to
dlopen libcec, so do_package cannot add the runtime dependency
automatically
* fixes:
root@rpi4:# cec-client -l
libcec.so.6: cannot open shared object file: No such file or directory
root@rpi4:# cecc-client -l
libcec.so.6: cannot open shared object file: No such file or directory
libcec.so.6: cannot open shared object file: No such file or directory
libcec/6.0.2-r0 $ objdump -p ./build/src/cec-client/cec-client-6.0.2 | grep NEEDED
NEEDED libncurses.so.5
NEEDED libtinfo.so.5
NEEDED libstdc++.so.6
NEEDED libgcc_s.so.1
NEEDED libc.so.6
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-python')
0 files changed, 0 insertions, 0 deletions
