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-23 23:42:37 -0300
commit84cb357397748012d312d7b65161ba2f8af60dfc (patch)
tree33fd1e799af2207faac1e8938df7dd090e2fc75d
parentfa9f93999e85fe0851b39a93a5c2c575371f2929 (diff)
downloadmeta-freescale-84cb357397748012d312d7b65161ba2f8af60dfc.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>
-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