summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZelan Zou <zelan.zou@nxp.com>2025-08-11 15:14:48 +0800
committerZelan Zou <zelan.zou@nxp.com>2025-08-14 11:11:32 +0800
commit11f943d062e100cfcd9db988f426d72320086a8e (patch)
tree20e11e7d6de6a0d1800789e58e2777083dc76ab3
parent970000d7dfe1a1115fae066241a5fd4fdf047894 (diff)
downloadmeta-freescale-11f943d062e100cfcd9db988f426d72320086a8e.tar.gz
imx-gst1.0-plugin: Upgrade to LF6.12.20-2.0.0
Signed-off-by: Zelan Zou <zelan.zou@nxp.com>
-rw-r--r--recipes-multimedia/gstreamer/imx-gst1.0-plugin_git.bb8
1 files changed, 3 insertions, 5 deletions
diff --git a/recipes-multimedia/gstreamer/imx-gst1.0-plugin_git.bb b/recipes-multimedia/gstreamer/imx-gst1.0-plugin_git.bb
index d7ac1e34d..2ba8fdd1d 100644
--- a/recipes-multimedia/gstreamer/imx-gst1.0-plugin_git.bb
+++ b/recipes-multimedia/gstreamer/imx-gst1.0-plugin_git.bb
@@ -27,23 +27,21 @@ DEPENDS_IMXGPU:imxgpu = "${DEPENDS_IMX_OPENCL_CONVERTER}"
27DEPENDS_IMX_OPENCL_CONVERTER = "imx-opencl-converter" 27DEPENDS_IMX_OPENCL_CONVERTER = "imx-opencl-converter"
28DEPENDS_IMX_OPENCL_CONVERTER:mx6-nxp-bsp = "" 28DEPENDS_IMX_OPENCL_CONVERTER:mx6-nxp-bsp = ""
29DEPENDS_IMX_OPENCL_CONVERTER:mx7-nxp-bsp = "" 29DEPENDS_IMX_OPENCL_CONVERTER:mx7-nxp-bsp = ""
30DEPENDS_IMX_OPENCL_CONVERTER:mx8-nxp-bsp = "imx-opencl-converter"
31DEPENDS_IMX_OPENCL_CONVERTER:mx8mm-nxp-bsp = "" 30DEPENDS_IMX_OPENCL_CONVERTER:mx8mm-nxp-bsp = ""
32DEPENDS_IMX_OPENCL_CONVERTER:mx95-nxp-bsp = "imx-opencl-converter"
33 31
34# For backwards compatibility 32# For backwards compatibility
35RREPLACES:${PN} = "gst1.0-fsl-plugin" 33RREPLACES:${PN} = "gst1.0-fsl-plugin"
36RPROVIDES:${PN} = "gst1.0-fsl-plugin" 34RPROVIDES:${PN} = "gst1.0-fsl-plugin"
37RCONFLICTS:${PN} = "gst1.0-fsl-plugin" 35RCONFLICTS:${PN} = "gst1.0-fsl-plugin"
38 36
39PV = "4.9.3+git${SRCPV}" 37PV = "4.10.0+git${SRCPV}"
40 38
41SRC_URI = " \ 39SRC_URI = " \
42 git://github.com/nxp-imx/imx-gst1.0-plugin.git;protocol=https;branch=${SRCBRANCH} \ 40 git://github.com/nxp-imx/imx-gst1.0-plugin.git;protocol=https;branch=${SRCBRANCH} \
43 file://0001-gplay2-fix-termio.h-no-longer-existing.patch \ 41 file://0001-gplay2-fix-termio.h-no-longer-existing.patch \
44" 42"
45SRCBRANCH = "MM_04.09.03_2412_L6.12.y" 43SRCBRANCH = "MM_04.10.0_2505_L6.12.20"
46SRCREV = "370510ef8137874339df18a2a35ec1d04d98fa0b" 44SRCREV = "6861aec99901375f5ebcd5170ce1f5232cd38fd6"
47 45
48inherit meson pkgconfig use-imx-headers 46inherit meson pkgconfig use-imx-headers
49 47