From 84cb357397748012d312d7b65161ba2f8af60dfc Mon Sep 17 00:00:00 2001 From: Tom Hochstein Date: Wed, 9 Sep 2020 18:52:59 -0700 Subject: gstreamer1.0-plugins-bad: Remove un-necessary opencv dependency OpenCV is no longer required, so remove it from PACKAGECONFIG. Signed-off-by: Tom Hochstein --- recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.16.imx.bb | 4 +--- 1 file changed, 1 insertion(+), 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 DEPENDS_append_imxgpu2d = " virtual/libg2d" DEPENDS_append_mx8 = " libdrm" -PACKAGECONFIG_append_mx6q = " opencv" -PACKAGECONFIG_append_mx6qp = " opencv" -PACKAGECONFIG_append_mx8 = " opencv kms" +PACKAGECONFIG_append_mx8 = " kms" DEFAULT_PREFERENCE = "-1" -- cgit v1.2.3-54-g00ecf