summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2016-02-20 11:29:45 -0200
committerOtavio Salvador <otavio@ossystems.com.br>2016-02-23 21:59:40 -0300
commitf64910d8ae4d80673a7ac4b0d648eb5b2c8c9809 (patch)
tree0a6eaf2556301a6533d64cd4bf0e121fbdebab85
parentfc02a2ec92ace7a3eedb9710849d61b0ec701420 (diff)
downloadmeta-fsl-arm-f64910d8ae4d80673a7ac4b0d648eb5b2c8c9809.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.0.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-imx_0.12.0.bb b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-imx_0.12.0.bb
index 88b9b35..391c141 100644
--- a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-imx_0.12.0.bb
+++ b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-imx_0.12.0.bb
@@ -47,5 +47,6 @@ COMPATIBLE_MACHINE = "(mx6)"
47# disable the false alarm (the "it isn't a build dependency" QA warning) 47# disable the false alarm (the "it isn't a build dependency" QA warning)
48INSANE_SKIP_gstreamer1.0-plugins-imx-imxaudio = "build-deps" 48INSANE_SKIP_gstreamer1.0-plugins-imx-imxaudio = "build-deps"
49INSANE_SKIP_gstreamer1.0-plugins-imx-imxvpu = "build-deps" 49INSANE_SKIP_gstreamer1.0-plugins-imx-imxvpu = "build-deps"
50INSANE_SKIP_gstreamer1.0-plugins-imx-imxg2d = "build-deps"
50 51
51FILES_${PN}-dbg += "${libdir}/gstreamer-1.0/.debug ${libdir}/gstreamer1.0/gstreamer-1.0/.debug ${datadir}/bash-completion/helpers/.debug " 52FILES_${PN}-dbg += "${libdir}/gstreamer-1.0/.debug ${libdir}/gstreamer1.0/gstreamer-1.0/.debug ${datadir}/bash-completion/helpers/.debug "