diff options
author | Max Krummenacher <max.krummenacher@toradex.com> | 2022-11-21 15:46:38 +0100 |
---|---|---|
committer | Max Krummenacher <max.krummenacher@toradex.com> | 2022-11-25 11:59:26 +0100 |
commit | 7defe6a97494f817a10f43c70ed71fe313c7926e (patch) | |
tree | a40ad22fa689c53d7c71b47a09a4c71b5e251b4b /recipes-multimedia | |
parent | 34077f988461dbb54095e85ea44f8c7c3b959189 (diff) | |
download | meta-freescale-7defe6a97494f817a10f43c70ed71fe313c7926e.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>
Diffstat (limited to 'recipes-multimedia')
-rw-r--r-- | recipes-multimedia/gstreamer/gstreamer1.0_1.20.0.imx.bb | 4 |
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 |
89 | SRC_URI:remove = "https://gstreamer.freedesktop.org/src/gstreamer/gstreamer-${PV}.tar.xz" | 89 | SRC_URI:remove = "https://gstreamer.freedesktop.org/src/gstreamer/gstreamer-${PV}.tar.xz" |
90 | SRC_URI:prepend = "${GST1.0_SRC};branch=${SRCBRANCH} " | 90 | SRC_URI:prepend = "${GST1.0_SRC};branch=${SRCBRANCH} " |
91 | GST1.0_SRC ?= "gitsm://source.codeaurora.org/external/imx/gstreamer.git;protocol=https" | 91 | GST1.0_SRC ?= "gitsm://github.com/nxp-imx/gstreamer.git;protocol=https" |
92 | SRCBRANCH = "MM_04.07.00_2205_L5.15.y" | 92 | SRCBRANCH = "MM_04.07.01_2208_L5.15.y" |
93 | SRCREV = "7afc123bc6974d68795f97466eb83ec7a093fb9b" | 93 | SRCREV = "7afc123bc6974d68795f97466eb83ec7a093fb9b" |
94 | 94 | ||
95 | S = "${WORKDIR}/git" | 95 | S = "${WORKDIR}/git" |