diff options
author | Andrey Zhizhikin <andrey.z@gmail.com> | 2021-10-21 08:41:10 +0000 |
---|---|---|
committer | Andrey Zhizhikin <andrey.z@gmail.com> | 2021-10-22 19:15:38 +0000 |
commit | 82556c5b6bdcd8a72c6bf16e1d60b7a93595723e (patch) | |
tree | 8e96a238e2b5611f2e476e4daa440db19f292a30 /recipes-graphics | |
parent | 142e0bdbe507fdf6eaf8ce2e0351f32f98bce640 (diff) | |
download | meta-freescale-82556c5b6bdcd8a72c6bf16e1d60b7a93595723e.tar.gz |
imx-gpu-viv: skip QA check for libgl-imx package
libgl-imx package provides libGL, which has runtime dependencies on X11
libraries. In case of Wayland-only builds, this triggers the QA error on
missing RDEPENDS, since they are not provided by any package.
Skip this QA check for libgl-imx package, as it is not distributed for
Wayland-only builds, and has dependencies properly resolved when X11
builds are used.
Signed-off-by: Andrey Zhizhikin <andrey.z@gmail.com>
Diffstat (limited to 'recipes-graphics')
-rw-r--r-- | recipes-graphics/imx-gpu-viv/imx-gpu-viv-6.inc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/recipes-graphics/imx-gpu-viv/imx-gpu-viv-6.inc b/recipes-graphics/imx-gpu-viv/imx-gpu-viv-6.inc index 7afa0950..26fe79b6 100644 --- a/recipes-graphics/imx-gpu-viv/imx-gpu-viv-6.inc +++ b/recipes-graphics/imx-gpu-viv/imx-gpu-viv-6.inc | |||
@@ -300,8 +300,12 @@ FILES:libopenvx-imx = " \ | |||
300 | FILES:libopenvx-imx-dev = "${includedir}/VX ${libdir}/libOpenVX${SOLIBSDEV}" | 300 | FILES:libopenvx-imx-dev = "${includedir}/VX ${libdir}/libOpenVX${SOLIBSDEV}" |
301 | RDEPENDS:libopenvx-imx = "libnn-imx" | 301 | RDEPENDS:libopenvx-imx = "libnn-imx" |
302 | 302 | ||
303 | # libGL is only targeting X11 backend, and in case if Wayland-only is used - | ||
304 | # package QA complains on missing RDEPENDS, which are only available for X11. | ||
305 | # Skip "file-rdeps" QA for this package. | ||
303 | FILES:libgl-imx = "${libdir}/libGL${REALSOLIBS}" | 306 | FILES:libgl-imx = "${libdir}/libGL${REALSOLIBS}" |
304 | FILES:libgl-imx-dev = "${libdir}/libGL${SOLIBSDEV} ${includedir}/GL" | 307 | FILES:libgl-imx-dev = "${libdir}/libGL${SOLIBSDEV} ${includedir}/GL" |
308 | INSANE_SKIP:libgl-imx += "file-rdeps" | ||
305 | 309 | ||
306 | # libEGL needs to open libGLESv1.so | 310 | # libEGL needs to open libGLESv1.so |
307 | INSANE_SKIP:libgles1-imx += "dev-so" | 311 | INSANE_SKIP:libgles1-imx += "dev-so" |