mirror of
git://git.yoctoproject.org/meta-freescale.git
synced 2025-10-22 14:52:19 +02:00
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 <tom.hochstein@nxp.com>
This commit is contained in:
parent
e29f4d5115
commit
bb7ca61eb3
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue
Block a user