summaryrefslogtreecommitdiffstats
path: root/recipes-multimedia/gstreamer/imx-gst1.0-plugin_git.bb
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2023-08-04 08:24:08 -0300
committerGitHub <noreply@github.com>2023-08-04 08:24:08 -0300
commit0608f5dc75b404f4b5abd1facae922b289db3521 (patch)
treefe76ccb128f7690067dea3edba507fb0c5066be1 /recipes-multimedia/gstreamer/imx-gst1.0-plugin_git.bb
parentf90d7cb79d560b961c7da8bb67e37007eab73850 (diff)
parent71d525901634ebbcc4dfd2d37967dd973f407dd8 (diff)
downloadmeta-freescale-0608f5dc75b404f4b5abd1facae922b289db3521.tar.gz
Merge pull request #1619 from thochstein/gstreamer
gstreamer: Upgrade 1.20.3.imx -> 1.22.0.imx
Diffstat (limited to 'recipes-multimedia/gstreamer/imx-gst1.0-plugin_git.bb')
-rw-r--r--recipes-multimedia/gstreamer/imx-gst1.0-plugin_git.bb7
1 files changed, 4 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 b43b7ddb..1e2ffbde 100644
--- a/recipes-multimedia/gstreamer/imx-gst1.0-plugin_git.bb
+++ b/recipes-multimedia/gstreamer/imx-gst1.0-plugin_git.bb
@@ -22,7 +22,7 @@ RCONFLICTS:${PN} = "gst1.0-fsl-plugin"
22 22
23LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=fbc093901857fcd118f065f900982c24" 23LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=fbc093901857fcd118f065f900982c24"
24 24
25PV = "4.7.3+git${SRCPV}" 25PV = "4.8.0+git${SRCPV}"
26 26
27SRC_URI = "git://github.com/nxp-imx/imx-gst1.0-plugin.git;protocol=https;branch=${SRCBRANCH} \ 27SRC_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 \ 28 file://0001-aiurdemux-Fix-type-of-USER_DATA_LOCATION.patch \
@@ -35,9 +35,10 @@ SRC_URI = "git://github.com/nxp-imx/imx-gst1.0-plugin.git;protocol=https;branch=
35 file://0008-beepdec-Declare-beep_register_external_typefinders.patch \ 35 file://0008-beepdec-Declare-beep_register_external_typefinders.patch \
36 file://0009-gstimxv4l2.c-Fix-incompatible-integer-to-pointer-con.patch \ 36 file://0009-gstimxv4l2.c-Fix-incompatible-integer-to-pointer-con.patch \
37 file://0010-provide-declaration-for-aiur_register_external_typef.patch \ 37 file://0010-provide-declaration-for-aiur_register_external_typef.patch \
38 file://0011-meson-Undef-_TIME_BITS-along-with-_FILE_OFFSET_BITS.patch \
38 " 39 "
39SRCBRANCH = "MM_04.07.03_2301_L6.1.y" 40SRCBRANCH = "MM_04.08.00_2305_L6.1.y"
40SRCREV = "843215344b62de7a91d5880a4b093cd384c7b567" 41SRCREV = "2df72651dcc0ecff9db7c0a96d59c5ca2b9be9d4"
41 42
42S = "${WORKDIR}/git" 43S = "${WORKDIR}/git"
43 44