summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZan Dobersek <zdobersek@igalia.com>2020-12-07 15:35:46 +0100
committerOtavio Salvador <otavio@ossystems.com.br>2021-01-13 01:08:21 -0300
commit42e25c54ac333896288ccfc69d799bd7d915cdff (patch)
tree7252804b2456c900319ef6d847504aba6d2bcc2f
parent166e1dbc5a5b085f6813b599b884702832ac1d83 (diff)
downloadmeta-freescale-42e25c54ac333896288ccfc69d799bd7d915cdff.tar.gz
gstreamer1.0: update to NXP's MM_04.05.06_2008_L5.4.47 branch
Update gstreamer1.0 package to use the MM_04.05.06_2008_L5.4.47 branch. This branch is based on the upstream 1.16.2 release. Signed-off-by: Zan Dobersek <zdobersek@igalia.com>
-rw-r--r--recipes-multimedia/gstreamer/gstreamer1.0_1.16.imx.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-multimedia/gstreamer/gstreamer1.0_1.16.imx.bb b/recipes-multimedia/gstreamer/gstreamer1.0_1.16.imx.bb
index 3dc60b66..8bbc16c8 100644
--- a/recipes-multimedia/gstreamer/gstreamer1.0_1.16.imx.bb
+++ b/recipes-multimedia/gstreamer/gstreamer1.0_1.16.imx.bb
@@ -15,7 +15,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=6762ed442b3822387a51c92d928ead0d \
15 15
16# Use i.MX fork of GST for customizations 16# Use i.MX fork of GST for customizations
17GST1.0_SRC ?= "gitsm://source.codeaurora.org/external/imx/gstreamer.git;protocol=https" 17GST1.0_SRC ?= "gitsm://source.codeaurora.org/external/imx/gstreamer.git;protocol=https"
18SRCBRANCH = "MM_04.05.05_2005_L5.4.24" 18SRCBRANCH = "MM_04.05.06_2008_L5.4.47"
19 19
20SRC_URI = " \ 20SRC_URI = " \
21 ${GST1.0_SRC};branch=${SRCBRANCH} \ 21 ${GST1.0_SRC};branch=${SRCBRANCH} \
@@ -25,7 +25,7 @@ SRC_URI = " \
25 file://0004-meson-Add-option-for-installed-tests.patch \ 25 file://0004-meson-Add-option-for-installed-tests.patch \
26 file://capfix.patch \ 26 file://capfix.patch \
27" 27"
28SRCREV = "beca1b382febc2ba38a21fcb8f5092209773eb7f" 28SRCREV = "8514bc61ccab208a65e387eab9347276a8e770e7"
29 29
30S = "${WORKDIR}/git" 30S = "${WORKDIR}/git"
31 31