summaryrefslogtreecommitdiffstats
path: root/recipes-multimedia/gstreamer/imx-gst1.0-plugin_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-multimedia/gstreamer/imx-gst1.0-plugin_git.bb')
-rw-r--r--recipes-multimedia/gstreamer/imx-gst1.0-plugin_git.bb23
1 files changed, 17 insertions, 6 deletions
diff --git a/recipes-multimedia/gstreamer/imx-gst1.0-plugin_git.bb b/recipes-multimedia/gstreamer/imx-gst1.0-plugin_git.bb
index c27c79d0..d99fd320 100644
--- a/recipes-multimedia/gstreamer/imx-gst1.0-plugin_git.bb
+++ b/recipes-multimedia/gstreamer/imx-gst1.0-plugin_git.bb
@@ -6,23 +6,34 @@
6DESCRIPTION = "Gstreamer freescale plugins" 6DESCRIPTION = "Gstreamer freescale plugins"
7LICENSE = "GPL-2.0-only & LGPL-2.0-only & LGPL-2.1-only" 7LICENSE = "GPL-2.0-only & LGPL-2.0-only & LGPL-2.1-only"
8SECTION = "multimedia" 8SECTION = "multimedia"
9LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=fbc093901857fcd118f065f900982c24"
9 10
10DEPENDS = "imx-codec imx-parser gstreamer1.0 gstreamer1.0-plugins-base gstreamer1.0-plugins-bad" 11DEPENDS = " \
12 gstreamer1.0 \
13 gstreamer1.0-plugins-base \
14 gstreamer1.0-plugins-bad \
15 imx-codec \
16 imx-parser \
17 ${DEPENDS_IMXGPU} \
18"
11DEPENDS:append:mx6-nxp-bsp = " imx-lib" 19DEPENDS:append:mx6-nxp-bsp = " imx-lib"
12DEPENDS:append:mx7-nxp-bsp = " imx-lib" 20DEPENDS:append:mx7-nxp-bsp = " imx-lib"
13DEPENDS:append:mx8ulp-nxp-bsp = " imx-lib" 21DEPENDS:append:mx8ulp-nxp-bsp = " imx-lib"
14DEPENDS:append:mx9-nxp-bsp = " imx-lib" 22DEPENDS:append:mx9-nxp-bsp = " imx-lib"
15DEPENDS:append:imxvpu = " imx-vpuwrap" 23DEPENDS:append:imxvpu = " imx-vpuwrap"
16DEPENDS:append:imxfbdev:imxgpu = " libdrm" 24DEPENDS:append:imxfbdev:imxgpu = " libdrm"
25DEPENDS_IMXGPU = ""
26DEPENDS_IMXGPU:imxgpu = "${DEPENDS_IMX_OPENCL_CONVERTER}"
27DEPENDS_IMX_OPENCL_CONVERTER = ""
28DEPENDS_IMX_OPENCL_CONVERTER:mx8-nxp-bsp = "imx-opencl-converter"
29DEPENDS_IMX_OPENCL_CONVERTER:mx8mm-nxp-bsp = ""
17 30
18# For backwards compatibility 31# For backwards compatibility
19RREPLACES:${PN} = "gst1.0-fsl-plugin" 32RREPLACES:${PN} = "gst1.0-fsl-plugin"
20RPROVIDES:${PN} = "gst1.0-fsl-plugin" 33RPROVIDES:${PN} = "gst1.0-fsl-plugin"
21RCONFLICTS:${PN} = "gst1.0-fsl-plugin" 34RCONFLICTS:${PN} = "gst1.0-fsl-plugin"
22 35
23LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=fbc093901857fcd118f065f900982c24" 36PV = "4.8.2+git${SRCPV}"
24
25PV = "4.8.1+git${SRCPV}"
26 37
27SRC_URI = "git://github.com/nxp-imx/imx-gst1.0-plugin.git;protocol=https;branch=${SRCBRANCH} \ 38SRC_URI = "git://github.com/nxp-imx/imx-gst1.0-plugin.git;protocol=https;branch=${SRCBRANCH} \
28 file://0001-aiurdemux-Fix-type-of-USER_DATA_LOCATION.patch \ 39 file://0001-aiurdemux-Fix-type-of-USER_DATA_LOCATION.patch \
@@ -37,8 +48,8 @@ SRC_URI = "git://github.com/nxp-imx/imx-gst1.0-plugin.git;protocol=https;branch=
37 file://0010-provide-declaration-for-aiur_register_external_typef.patch \ 48 file://0010-provide-declaration-for-aiur_register_external_typef.patch \
38 file://0011-meson-Undef-_TIME_BITS-along-with-_FILE_OFFSET_BITS.patch \ 49 file://0011-meson-Undef-_TIME_BITS-along-with-_FILE_OFFSET_BITS.patch \
39 " 50 "
40SRCBRANCH = "MM_04.08.01_2308_L6.1.y" 51SRCBRANCH = "MM_04.08.02_2310_L6.1.y"
41SRCREV = "903c03e8611a107508b1f60e4736df208e72247d" 52SRCREV = "a72df52acfec5f849ec93906e33cb50da01b0b2e"
42 53
43S = "${WORKDIR}/git" 54S = "${WORKDIR}/git"
44 55