]> code.ossystems Code Review - meta-freescale.git/commitdiff
imx-gst1.0-plugin: update to 4.5.7
authorMax Krummenacher <max.krummenacher@toradex.com>
Thu, 28 Jan 2021 16:33:50 +0000 (17:33 +0100)
committerOtavio Salvador <otavio@ossystems.com.br>
Mon, 1 Feb 2021 14:24:43 +0000 (11:24 -0300)
NXP release imx_5.4.70_2.3.0.

0001-fsl_parser.h-fix-compiler-error-with-fcommon.patch dropped,
fixed upstream in commit 0d6c21be9a44720c43ac5ac1fb0c0684b3673248.

Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
recipes-multimedia/gstreamer/imx-gst1.0-plugin/0001-fsl_parser.h-fix-compiler-error-with-fcommon.patch [deleted file]
recipes-multimedia/gstreamer/imx-gst1.0-plugin_4.5.7.bb [moved from recipes-multimedia/gstreamer/imx-gst1.0-plugin_4.5.6.bb with 94% similarity]

diff --git a/recipes-multimedia/gstreamer/imx-gst1.0-plugin/0001-fsl_parser.h-fix-compiler-error-with-fcommon.patch b/recipes-multimedia/gstreamer/imx-gst1.0-plugin/0001-fsl_parser.h-fix-compiler-error-with-fcommon.patch
deleted file mode 100644 (file)
index 9a0afea..0000000
+++ /dev/null
@@ -1,34 +0,0 @@
-From eb89cd344535706c6194359bd1f1fed50162a041 Mon Sep 17 00:00:00 2001
-From: Andrey Zhizhikin <andrey.z@gmail.com>
-Date: Tue, 1 Sep 2020 08:24:52 +0000
-Subject: [PATCH] fsl_parser.h: fix compiler error with -fcommon
-
-When -fcommon is set in GCC10 configuration, following error is produced
-during linking:
-./git/ext-includes/fsl_parser.h:598: multiple definition of `TrackExtTagIndex';
-./git/ext-includes/fsl_parser.h:598: first defined here
-
-Remove unused enum name to resolve multiple definitions, it is not used
-anywhere in the code base.
-
-Signed-off-by: Andrey Zhizhikin <andrey.z@gmail.com>
----
- ext-includes/fsl_parser.h | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/ext-includes/fsl_parser.h b/ext-includes/fsl_parser.h
-index d3aae20..c037c9a 100755
---- a/ext-includes/fsl_parser.h
-+++ b/ext-includes/fsl_parser.h
-@@ -595,7 +595,7 @@ enum{
-     FSL_PARSER_TRACKEXTTAG_CRYPTO_ENCRYPTED_BYTE_BLOCK,
-     FSL_PARSER_TRACKEXTTAG_CRYPTO_SKIP_BYTE_BLOCK,
-     FSL_PARSER_TRACKEXTTAG_CRYPTO_IV,
--}TrackExtTagIndex;
-+};
- typedef struct _SeiPosition
- {
--- 
-2.17.1
-
similarity index 94%
rename from recipes-multimedia/gstreamer/imx-gst1.0-plugin_4.5.6.bb
rename to recipes-multimedia/gstreamer/imx-gst1.0-plugin_4.5.7.bb
index d28816568508372a752bd97961cf16bfe2da5afa..c8bb6cd8a45a1df855786dee6a54b1102284a413 100644 (file)
@@ -1,5 +1,5 @@
 # Copyright (C) 2014,2016 Freescale Semiconductor
-# Copyright 2017-2018 NXP
+# Copyright 2017-2019 NXP
 # Copyright (C) 2012-2015 O.S. Systems Software LTDA.
 # Released under the MIT license (see COPYING.MIT for the terms)
 
@@ -20,13 +20,12 @@ RCONFLICTS_${PN} = "gst1.0-fsl-plugin"
 LIC_FILES_CHKSUM = "file://COPYING-LGPL-2;md5=5f30f0716dfdd0d91eb439ebec522ec2 \
                     file://COPYING-LGPL-2.1;md5=fbc093901857fcd118f065f900982c24"
 
-SRCBRANCH = "MM_04.05.06_2008_L5.4.47"
+SRCBRANCH = "MM_04.05.07_2011_L5.4.70"
 
 SRC_URI = " \
        git://source.codeaurora.org/external/imx/imx-gst1.0-plugin.git;protocol=https;branch=${SRCBRANCH} \
-       file://0001-fsl_parser.h-fix-compiler-error-with-fcommon.patch \
 "
-SRCREV = "a4373418f5884de7d2da63581d3905f0e3a5d842"
+SRCREV = "659ec4947d6b1903d26e4ec9e40ae251a659935d"
 
 S = "${WORKDIR}/git"