diff options
author | Max Krummenacher <max.krummenacher@toradex.com> | 2022-11-24 17:59:00 +0100 |
---|---|---|
committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2022-11-25 19:46:41 +0000 |
commit | 483e89b6e900daa70ea7abefda84909258eab57e (patch) | |
tree | 29d182bfd8328aa0df6d2c06861c5e8419682bd7 /recipes-fsl | |
parent | a263884753a4b452f4f90b4981d21d199401ed9d (diff) | |
download | meta-freescale-483e89b6e900daa70ea7abefda84909258eab57e.tar.gz |
isp-imx: prevent oe qa warning
As the recipe installs the file 'by hand' rather than using `make install`
make sure that the binaries get their final RPATH set during do_compile
rather than relying on the CMake produced RPATH magic in `make install`.
| WARNING: isp-imx-4.2.2.19.0-r0 do_package_qa: QA Issue: File /usr/lib/libmedia_server.so in package isp-imx contains reference to TMPDIR
| File /opt/imx8-isp/bin/isp_media_server in package isp-imx contains reference to TMPDIR [buildpaths]
With this the 'INSANE_SKIP:${PN} = "rpaths"' is also no longer
needed as the following error is also gone:
| ERROR: isp-imx-4.2.2.19.0-r0 do_package_qa: QA Issue: package isp-imx contains bad RPATH $ORIGIN:/.../isp-imx-4.2.2.19.0/dewarp/proprietories/hal/lib: in file .../packages-split/isp-imx/usr/lib/libmedia_server.so
| package isp-imx contains bad RPATH $ORIGIN/.../isp-imx-4.2.2.19.0/dewarp/proprietories/hal/lib in file .../packages-split/isp-imx/opt/imx8-isp/bin/isp_media_server [rpaths]
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
(cherry picked from commit 58ccfda536668e7108111493a4f328e0e42b2cae)
Diffstat (limited to 'recipes-fsl')
0 files changed, 0 insertions, 0 deletions