summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2022-11-21 15:46:38 +0100
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2022-11-25 19:46:41 +0000
commit63cd1849b5affe9baec80f83c79135dcbcdace93 (patch)
tree7953ba91353057255ecc7f65f3eb18b63b23178e
parent1c3f728dd0894389938053cf04eb29fb4f82e1d7 (diff)
downloadmeta-freescale-63cd1849b5affe9baec80f83c79135dcbcdace93.tar.gz
gstreamer1.0: upgrade from MM_04.07.00_2205_L5.15.y to MM_04.07.01_2208_L5.15.y
Update to the version used in lf5.15.52_2.1.0. No code changes, but the git repo was moved to github and a new branch used. Pull those changes in to be consistent with the plugin recipes. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> (cherry picked from commit 7defe6a97494f817a10f43c70ed71fe313c7926e)
-rw-r--r--recipes-multimedia/gstreamer/gstreamer1.0_1.20.0.imx.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-multimedia/gstreamer/gstreamer1.0_1.20.0.imx.bb b/recipes-multimedia/gstreamer/gstreamer1.0_1.20.0.imx.bb
index 3c9424e2..464b8ce0 100644
--- a/recipes-multimedia/gstreamer/gstreamer1.0_1.20.0.imx.bb
+++ b/recipes-multimedia/gstreamer/gstreamer1.0_1.20.0.imx.bb
@@ -88,8 +88,8 @@ DEFAULT_PREFERENCE = "-1"
88# Use i.MX fork of GST for customizations 88# Use i.MX fork of GST for customizations
89SRC_URI:remove = "https://gstreamer.freedesktop.org/src/gstreamer/gstreamer-${PV}.tar.xz" 89SRC_URI:remove = "https://gstreamer.freedesktop.org/src/gstreamer/gstreamer-${PV}.tar.xz"
90SRC_URI:prepend = "${GST1.0_SRC};branch=${SRCBRANCH} " 90SRC_URI:prepend = "${GST1.0_SRC};branch=${SRCBRANCH} "
91GST1.0_SRC ?= "gitsm://source.codeaurora.org/external/imx/gstreamer.git;protocol=https" 91GST1.0_SRC ?= "gitsm://github.com/nxp-imx/gstreamer.git;protocol=https"
92SRCBRANCH = "MM_04.07.00_2205_L5.15.y" 92SRCBRANCH = "MM_04.07.01_2208_L5.15.y"
93SRCREV = "7afc123bc6974d68795f97466eb83ec7a093fb9b" 93SRCREV = "7afc123bc6974d68795f97466eb83ec7a093fb9b"
94 94
95S = "${WORKDIR}/git" 95S = "${WORKDIR}/git"