diff options
| author | Julien STEPHAN <jstephan@baylibre.com> | 2022-05-11 10:14:09 +0200 |
|---|---|---|
| committer | Armin Kuster <akuster808@gmail.com> | 2022-05-30 13:02:07 -0700 |
| commit | 6104aead933382cd1d627bb6b9fe1b68195c878d (patch) | |
| tree | 6108405936f7983317c6302ac0173b0ecfa92aa3 /meta-python/recipes-devtools/python/python3-configobj | |
| parent | 0b78362654262145415df8211052442823b9ec9b (diff) | |
| download | meta-openembedded-6104aead933382cd1d627bb6b9fe1b68195c878d.tar.gz | |
libcamera: fix packaging
libcamera.so.0 and libcamera-base.so.0 are packaged in ${PN}-dev although
they should be packaged in ${PN}. See poky/meta/conf/bitbake.conf.
This trigger the following error when trying to run the `cam` utility
(packaged inside ${PN}):
$ cam -l
cam: error while loading shared libraries: libcamera.so.0: cannot open shared object file: No such file or directory
$ read-elf -d /usr/bin/cam
Dynamic section at offset 0x2c740 contains 37 entries:
Tag Type Name/Value
0x0000000000000001 (NEEDED) Shared library: [libcamera.so.0]
0x0000000000000001 (NEEDED) Shared library: [libcamera-base.so.0]
[...]
So package libcamera is broken and need to be installed along with
libcamera-dev to be functionnal. Fix it by packaging libcamera.so.0 and
libcamera-base.so.0 into ${PN}
Signed-off-by: Julien STEPHAN <jstephan@baylibre.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit 3de996474e0b7fdff1d265fcad747bd60851b1eb)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-configobj')
0 files changed, 0 insertions, 0 deletions
