From bb7ca61eb399fc9ecc5189ddef162970297ece35 Mon Sep 17 00:00:00 2001 From: Tom Hochstein Date: Tue, 14 Jan 2025 09:57:55 -0800 Subject: imx-gst1.0-plugin: Simplify imx-opencl-converter dependency Since imx-opencl-converter is supported going forward, the logic is simpler if that is the default and only the exceptions must be noted. Signed-off-by: Tom Hochstein --- recipes-multimedia/gstreamer/imx-gst1.0-plugin_git.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes-multimedia/gstreamer/imx-gst1.0-plugin_git.bb b/recipes-multimedia/gstreamer/imx-gst1.0-plugin_git.bb index 9ab20404a..16710ec32 100644 --- a/recipes-multimedia/gstreamer/imx-gst1.0-plugin_git.bb +++ b/recipes-multimedia/gstreamer/imx-gst1.0-plugin_git.bb @@ -24,10 +24,10 @@ DEPENDS:append:imxvpu = " imx-vpuwrap" DEPENDS:append:imxfbdev:imxgpu = " libdrm" DEPENDS_IMXGPU = "" DEPENDS_IMXGPU:imxgpu = "${DEPENDS_IMX_OPENCL_CONVERTER}" -DEPENDS_IMX_OPENCL_CONVERTER = "" -DEPENDS_IMX_OPENCL_CONVERTER:mx8-nxp-bsp = "imx-opencl-converter" +DEPENDS_IMX_OPENCL_CONVERTER = "imx-opencl-converter" +DEPENDS_IMX_OPENCL_CONVERTER:mx6-nxp-bsp = "" +DEPENDS_IMX_OPENCL_CONVERTER:mx7-nxp-bsp = "" DEPENDS_IMX_OPENCL_CONVERTER:mx8mm-nxp-bsp = "" -DEPENDS_IMX_OPENCL_CONVERTER:mx95-nxp-bsp = "imx-opencl-converter" # For backwards compatibility RREPLACES:${PN} = "gst1.0-fsl-plugin" -- cgit v1.2.3-54-g00ecf