diff options
author | Zan Dobersek <zdobersek@igalia.com> | 2020-12-07 15:35:46 +0100 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2020-12-11 17:43:58 -0300 |
commit | 4371c3f165335be15a67c35d35c1aaec4be7ac70 (patch) | |
tree | bc23d809d7b5588bc21c8d6da283cc4efaa9bc48 /recipes-multimedia/gstreamer | |
parent | 705102c901a5171c13c07816036294485ec601c4 (diff) | |
download | meta-freescale-4371c3f165335be15a67c35d35c1aaec4be7ac70.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>
Diffstat (limited to 'recipes-multimedia/gstreamer')
-rw-r--r-- | recipes-multimedia/gstreamer/gstreamer1.0_1.16.imx.bb | 4 |
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 |
17 | GST1.0_SRC ?= "gitsm://source.codeaurora.org/external/imx/gstreamer.git;protocol=https" | 17 | GST1.0_SRC ?= "gitsm://source.codeaurora.org/external/imx/gstreamer.git;protocol=https" |
18 | SRCBRANCH = "MM_04.05.05_2005_L5.4.24" | 18 | SRCBRANCH = "MM_04.05.06_2008_L5.4.47" |
19 | 19 | ||
20 | SRC_URI = " \ | 20 | SRC_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 | " |
28 | SRCREV = "beca1b382febc2ba38a21fcb8f5092209773eb7f" | 28 | SRCREV = "8514bc61ccab208a65e387eab9347276a8e770e7" |
29 | 29 | ||
30 | S = "${WORKDIR}/git" | 30 | S = "${WORKDIR}/git" |
31 | 31 | ||