Skip to content

Commit

Permalink
imx-gst1.0-plugin: Simplify imx-opencl-converter dependency
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
thochstein committed Jan 14, 2025
1 parent 0e96366 commit 3a6f798
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions recipes-multimedia/gstreamer/imx-gst1.0-plugin_git.bb
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 3a6f798

Please sign in to comment.