[meta-freescale] [meta-fsl-arm PATCH 2/2] gstreamer1.0-plugins-imx: Avoid warning about missing build dependency for G2D

Otavio Salvador otavio at ossystems.com.br
Mon Jul 25 12:56:47 PDT 2016


The gstreamer1.0-plugins-imx-imxg2d has the dependency satisfied by
the GPU driver, which is already listed as dependency. This marks the
warning as a false-positive.

Fixes:

,----
| WARNING: QA Issue: /usr/lib/gstreamer-1.0/libgstimxg2d.so_gstreamer1.0-plugins-imx-imxg2d
| contained in package gstreamer1.0-plugins-imx-imxg2d requires
| libg2d.so.0.9, but no providers found in its RDEPENDS [file-rdeps]
`----

Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>
---

 recipes-multimedia/gstreamer/gstreamer1.0-plugins-imx_0.12.1.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-imx_0.12.1.bb b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-imx_0.12.1.bb
index 093d220..3e9d821 100644
--- a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-imx_0.12.1.bb
+++ b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-imx_0.12.1.bb
@@ -68,5 +68,6 @@ COMPATIBLE_MACHINE = "(mx6|mx7)"
 # disable the false alarm (the "it isn't a build dependency" QA warning)
 INSANE_SKIP_gstreamer1.0-plugins-imx-imxaudio = "build-deps"
 INSANE_SKIP_gstreamer1.0-plugins-imx-imxvpu = "build-deps"
+INSANE_SKIP_gstreamer1.0-plugins-imx-imxg2d = "build-deps"
 
 FILES_${PN}-dbg += "${libdir}/gstreamer-1.0/.debug ${libdir}/gstreamer1.0/gstreamer-1.0/.debug ${datadir}/bash-completion/helpers/.debug "
-- 
2.9.0



More information about the meta-freescale mailing list