summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZan Dobersek <zdobersek@igalia.com>2020-12-07 15:42:25 +0100
committerOtavio Salvador <otavio@ossystems.com.br>2020-12-11 17:43:58 -0300
commit43f863e104a9462f0763f9668de6504550b01ecc (patch)
tree5825306f75b9d832f989f3e9c504140f92868b64
parent2a4d84248ff6276e6c11501c4353a4cd4d90b48f (diff)
downloadmeta-freescale-43f863e104a9462f0763f9668de6504550b01ecc.tar.gz
gstreamer1.0-plugins-bad: update to NXP's MM_04.05.06_2008_L5.4.47 branch
Update gstreamer1.0-plugins-bad 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-plugins-bad_1.16.imx.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.16.imx.bb b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.16.imx.bb
index 25186751..3dc7cbf8 100644
--- a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.16.imx.bb
+++ b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.16.imx.bb
@@ -11,7 +11,7 @@ PACKAGE_ARCH_imxpxp = "${MACHINE_SOCARCH}"
11PACKAGE_ARCH_mx8 = "${MACHINE_SOCARCH}" 11PACKAGE_ARCH_mx8 = "${MACHINE_SOCARCH}"
12 12
13GST1.0-PLUGINS-BAD_SRC ?= "gitsm://source.codeaurora.org/external/imx/gst-plugins-bad.git;protocol=https" 13GST1.0-PLUGINS-BAD_SRC ?= "gitsm://source.codeaurora.org/external/imx/gst-plugins-bad.git;protocol=https"
14SRCBRANCH = "MM_04.05.05_2005_L5.4.24" 14SRCBRANCH = "MM_04.05.06_2008_L5.4.47"
15 15
16SRC_URI = " \ 16SRC_URI = " \
17 ${GST1.0-PLUGINS-BAD_SRC};branch=${SRCBRANCH} \ 17 ${GST1.0-PLUGINS-BAD_SRC};branch=${SRCBRANCH} \
@@ -24,7 +24,7 @@ SRC_URI = " \
24 file://avoid-including-sys-poll.h-directly.patch \ 24 file://avoid-including-sys-poll.h-directly.patch \
25 file://ensure-valid-sentinels-for-gst_structure_get-etc.patch \ 25 file://ensure-valid-sentinels-for-gst_structure_get-etc.patch \
26" 26"
27SRCREV = "2fdaef1839ebfef7ea3bc8c1c59463a9ef0ae19a" 27SRCREV = "3f6c1ccbabe46a709680b32ce7d5bc521854e08e"
28 28
29S = "${WORKDIR}/git" 29S = "${WORKDIR}/git"
30 30