]> code.ossystems Code Review - meta-freescale.git/commitdiff
gstreamer1.0-plugins-imx: Avoid warning about missing build dependency for G2D
authorOtavio Salvador <otavio@ossystems.com.br>
Mon, 25 Jul 2016 19:56:47 +0000 (16:56 -0300)
committerOtavio Salvador <otavio@ossystems.com.br>
Fri, 5 Aug 2016 17:51:53 +0000 (14:51 -0300)
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@ossystems.com.br>
recipes-multimedia/gstreamer/gstreamer1.0-plugins-imx_0.12.2.bb

index 215e5d03243cf1fb172e4bf3e1a03af3d189d0f1..eb609bb0620049639ccebdfa19a0d81f06b51b54 100644 (file)
@@ -68,3 +68,4 @@ 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"