diff options
author | Hiago De Franco <hiago.franco@toradex.com> | 2024-07-26 17:55:45 -0300 |
---|---|---|
committer | Hiago De Franco <hiago.franco@toradex.com> | 2024-08-27 14:12:19 -0300 |
commit | 7a03a4b51eb54f52897f00a77fdfb96c565ea7a0 (patch) | |
tree | fb35a33265085d06cb45ed6459f2f7babbf18daa /recipes-multimedia/gstreamer/imx-gst1.0-plugin_git.bb | |
parent | 69f27f95d9eba993e734b89d40aad5221810926b (diff) | |
download | meta-freescale-7a03a4b51eb54f52897f00a77fdfb96c565ea7a0.tar.gz |
gstreamer: Update 6.6.3-1.0.0 to 6.6.23-2.0.0
Upgrade gstreamer and all related recipes to 1.24.0, syncing with
meta-imx layer.
Signed-off-by: Hiago De Franco <hiago.franco@toradex.com>
(cherry picked from commit d1c6878cf25575f98ab12c5e685a0728afa4424a)
Diffstat (limited to 'recipes-multimedia/gstreamer/imx-gst1.0-plugin_git.bb')
-rw-r--r-- | recipes-multimedia/gstreamer/imx-gst1.0-plugin_git.bb | 16 |
1 files changed, 3 insertions, 13 deletions
diff --git a/recipes-multimedia/gstreamer/imx-gst1.0-plugin_git.bb b/recipes-multimedia/gstreamer/imx-gst1.0-plugin_git.bb index a13cf30ab..12d8de22a 100644 --- a/recipes-multimedia/gstreamer/imx-gst1.0-plugin_git.bb +++ b/recipes-multimedia/gstreamer/imx-gst1.0-plugin_git.bb | |||
@@ -34,23 +34,13 @@ RREPLACES:${PN} = "gst1.0-fsl-plugin" | |||
34 | RPROVIDES:${PN} = "gst1.0-fsl-plugin" | 34 | RPROVIDES:${PN} = "gst1.0-fsl-plugin" |
35 | RCONFLICTS:${PN} = "gst1.0-fsl-plugin" | 35 | RCONFLICTS:${PN} = "gst1.0-fsl-plugin" |
36 | 36 | ||
37 | PV = "4.8.3+git${SRCPV}" | 37 | PV = "4.9.0+git${SRCPV}" |
38 | 38 | ||
39 | SRC_URI = "git://github.com/nxp-imx/imx-gst1.0-plugin.git;protocol=https;branch=${SRCBRANCH} \ | 39 | SRC_URI = "git://github.com/nxp-imx/imx-gst1.0-plugin.git;protocol=https;branch=${SRCBRANCH} \ |
40 | file://0001-aiurdemux-Fix-type-of-USER_DATA_LOCATION.patch \ | ||
41 | file://0002-aiurdemux.h-Include-glib-gprintf.h-for-g_printf-prot.patch \ | ||
42 | file://0003-grecorder-Fix-build-with-clang.patch \ | ||
43 | file://0004-gstimxcommon-Return-0-instead-of-NULL-for-a-function.patch \ | ||
44 | file://0005-aiurstreamcache-Include-gst-gstinfo.h.patch \ | ||
45 | file://0006-Fix-typecast-warnings-found-with-clang.patch \ | ||
46 | file://0007-gstimxv4l2-Fix-typecasting-errors.patch \ | ||
47 | file://0008-beepdec-Declare-beep_register_external_typefinders.patch \ | ||
48 | file://0009-gstimxv4l2.c-Fix-incompatible-integer-to-pointer-con.patch \ | ||
49 | file://0010-provide-declaration-for-aiur_register_external_typef.patch \ | ||
50 | file://0011-meson-Undef-_TIME_BITS-along-with-_FILE_OFFSET_BITS.patch \ | 40 | file://0011-meson-Undef-_TIME_BITS-along-with-_FILE_OFFSET_BITS.patch \ |
51 | " | 41 | " |
52 | SRCBRANCH = "MM_04.08.03_2312_L6.6.y" | 42 | SRCBRANCH = "MM_04.09.00_2405_L6.6.y" |
53 | SRCREV = "91c7fec888cf8932c91e354331aad94975cae3ff" | 43 | SRCREV = "c3049a137f79e4eabc98785aefcd217ebcde9e96" |
54 | 44 | ||
55 | S = "${WORKDIR}/git" | 45 | S = "${WORKDIR}/git" |
56 | 46 | ||