summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRodrigo M. Duarte <rodrigo.duarte@ossystems.com.br>2025-05-15 16:27:33 -0300
committerRodrigo M. Duarte <rodrigo.duarte@ossystems.com.br>2025-05-20 17:06:16 -0300
commit1200ac495712d1e871fb8982b5e7215efcd16767 (patch)
tree5ad8b9d14edf2263099bf22c5ceb2658d673b7dc
parent1e3e3e43212640869eee3e54329b1ea79dd76ee8 (diff)
downloadmeta-freescale-1200ac495712d1e871fb8982b5e7215efcd16767.tar.gz
gstreamer1.0: Update branch MM_04.09.02_2410_L6.6.y -> MM_04.09.03_2412_L6.12.y
This commit add the following source revisions: e0d37a7d77 allocator: Avoid integer overflow when allocating sysmem 0ebc3f4829 Update release branch in SCR.txt to lf-6.12.3-1.0.0 3a60283eb7 Update release branch in SCR.txt to lf-6.6.52-2.2.0 Signed-off-by: Rodrigo M. Duarte <rodrigo.duarte@ossystems.com.br>
-rw-r--r--recipes-multimedia/gstreamer/gstreamer1.0_1.24.7.imx.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-multimedia/gstreamer/gstreamer1.0_1.24.7.imx.bb b/recipes-multimedia/gstreamer/gstreamer1.0_1.24.7.imx.bb
index 51a12f30..8daeed66 100644
--- a/recipes-multimedia/gstreamer/gstreamer1.0_1.24.7.imx.bb
+++ b/recipes-multimedia/gstreamer/gstreamer1.0_1.24.7.imx.bb
@@ -100,8 +100,8 @@ SRC_URI:remove = "https://gstreamer.freedesktop.org/src/gstreamer/gstreamer-${PV
100" 100"
101SRC_URI:prepend = "${GST1.0_SRC};branch=${SRCBRANCH} " 101SRC_URI:prepend = "${GST1.0_SRC};branch=${SRCBRANCH} "
102GST1.0_SRC ?= "gitsm://github.com/nxp-imx/gstreamer.git;protocol=https" 102GST1.0_SRC ?= "gitsm://github.com/nxp-imx/gstreamer.git;protocol=https"
103SRCBRANCH = "MM_04.09.02_2410_L6.6.y" 103SRCBRANCH = "MM_04.09.03_2412_L6.12.y"
104SRCREV = "1a8f23da16cd224574ab2386803149c76f2cb628" 104SRCREV = "e0d37a7d773a502956f54eced8cd701ec7fa5ff5"
105 105
106S = "${WORKDIR}/git" 106S = "${WORKDIR}/git"
107 107