summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Hochstein <tom.hochstein@nxp.com>2020-09-09 18:52:59 -0700
committerOtavio Salvador <otavio@ossystems.com.br>2020-09-28 11:08:08 -0300
commit6da0a3396b55a66283156a97f36779a1c7709f50 (patch)
tree0009c4d634e4c7360c10077743daf7022063f69c
parent99a64a7cdfaf9b503099679deae98140d0a07797 (diff)
downloadmeta-freescale-6da0a3396b55a66283156a97f36779a1c7709f50.tar.gz
gstreamer1.0-plugins-bad: Remove un-necessary opencv dependency
OpenCV is no longer required, so remove it from PACKAGECONFIG. Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com> (cherry picked from commit 84cb357397748012d312d7b65161ba2f8af60dfc)
-rw-r--r--recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.16.imx.bb4
1 files changed, 1 insertions, 3 deletions
diff --git a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.16.imx.bb b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.16.imx.bb
index cf0b8263..68689f90 100644
--- a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.16.imx.bb
+++ b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.16.imx.bb
@@ -3,9 +3,7 @@ require recipes-multimedia/gstreamer/gstreamer1.0-plugins-common.inc
3DEPENDS_append_imxgpu2d = " virtual/libg2d" 3DEPENDS_append_imxgpu2d = " virtual/libg2d"
4DEPENDS_append_mx8 = " libdrm" 4DEPENDS_append_mx8 = " libdrm"
5 5
6PACKAGECONFIG_append_mx6q = " opencv" 6PACKAGECONFIG_append_mx8 = " kms"
7PACKAGECONFIG_append_mx6qp = " opencv"
8PACKAGECONFIG_append_mx8 = " opencv kms"
9 7
10DEFAULT_PREFERENCE = "-1" 8DEFAULT_PREFERENCE = "-1"
11 9