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-29 18:06:06 -0300
commit01a84bc4f4e95ce02d6224c8e11546454e8deced (patch)
tree8b84b0280a8a7a8e4e4909b34859f46e50eac7f8
parent820318cc81b8c68f4a3f0f91f577a1b6bf1a48f2 (diff)
downloadmeta-freescale-01a84bc4f4e95ce02d6224c8e11546454e8deced.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 cf0b8263c..68689f903 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