diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2016-07-25 16:56:47 -0300 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2016-08-05 14:51:53 -0300 |
commit | 8a951c2a95717b7e92471d0046d440e98274a46f (patch) | |
tree | e6fbf667f4306cd32bfb33d3c8baea51decb312e | |
parent | 6274868f28e673ef5c38d398290c703be4bbb6c8 (diff) | |
download | meta-freescale-8a951c2a95717b7e92471d0046d440e98274a46f.tar.gz |
gstreamer1.0-plugins-imx: Avoid warning about missing build dependency for G2D
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>
-rw-r--r-- | recipes-multimedia/gstreamer/gstreamer1.0-plugins-imx_0.12.2.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-imx_0.12.2.bb b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-imx_0.12.2.bb index 215e5d03..eb609bb0 100644 --- a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-imx_0.12.2.bb +++ b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-imx_0.12.2.bb | |||
@@ -68,3 +68,4 @@ COMPATIBLE_MACHINE = "(mx6|mx7)" | |||
68 | # disable the false alarm (the "it isn't a build dependency" QA warning) | 68 | # disable the false alarm (the "it isn't a build dependency" QA warning) |
69 | INSANE_SKIP_gstreamer1.0-plugins-imx-imxaudio = "build-deps" | 69 | INSANE_SKIP_gstreamer1.0-plugins-imx-imxaudio = "build-deps" |
70 | INSANE_SKIP_gstreamer1.0-plugins-imx-imxvpu = "build-deps" | 70 | INSANE_SKIP_gstreamer1.0-plugins-imx-imxvpu = "build-deps" |
71 | INSANE_SKIP_gstreamer1.0-plugins-imx-imxg2d = "build-deps" | ||