[meta-freescale] [PATCH 3/9] imx-parser: Upgrade to v4.3.2

Yuqing Zhu carol.zhu at nxp.com
Mon Dec 25 22:11:01 PST 2017


1. Upgrade EULA to v20

2. Add i.MX8 support

3. Bugfix/Optimization
   -Fix creating parser error
    When the variable value is negetive, if(bytesToRead) will return true,
    modify this condition to if(bytesToRead > 0).
   -FLAC PARSER 03.00.07
    Check read actual length in case of parser reach eos.
   -MP4 PARSER 06.12.11
    Fix crash issue when parse id3 metadata.
   -MPG2 PARSER 04.05.16
    Fix parser return wrong frame size after fastforward.
   -ASFPARSER_01.00.55
    Update for HEVC tag and audio AC3 support.

Signed-off-by: Yuqing Zhu <carol.zhu at nxp.com>
---
 recipes-multimedia/imx-parser/imx-parser.inc      |  2 +-
 recipes-multimedia/imx-parser/imx-parser_4.2.1.bb | 10 ----------
 recipes-multimedia/imx-parser/imx-parser_4.3.2.bb | 10 ++++++++++
 3 files changed, 11 insertions(+), 11 deletions(-)
 delete mode 100644 recipes-multimedia/imx-parser/imx-parser_4.2.1.bb
 create mode 100644 recipes-multimedia/imx-parser/imx-parser_4.3.2.bb

diff --git a/recipes-multimedia/imx-parser/imx-parser.inc b/recipes-multimedia/imx-parser/imx-parser.inc
index 9458d4e..3a78f6a 100644
--- a/recipes-multimedia/imx-parser/imx-parser.inc
+++ b/recipes-multimedia/imx-parser/imx-parser.inc
@@ -5,7 +5,7 @@
 DESCRIPTION = "Freescale Multimedia parser libs"
 LICENSE = "Proprietary"
 SECTION = "multimedia"
-LIC_FILES_CHKSUM = "file://COPYING;md5=6b552f505eedab4a11ab538cf3db743a"
+LIC_FILES_CHKSUM = "file://COPYING;md5=08fd295cce89b0a9c74b9b83ed74f671"
 
 # For backwards compatibility
 PROVIDES += "libfslparser"
diff --git a/recipes-multimedia/imx-parser/imx-parser_4.2.1.bb b/recipes-multimedia/imx-parser/imx-parser_4.2.1.bb
deleted file mode 100644
index 94245ec..0000000
--- a/recipes-multimedia/imx-parser/imx-parser_4.2.1.bb
+++ /dev/null
@@ -1,10 +0,0 @@
-# Copyright (C) 2013-2016 Freescale Semiconductor
-# Copyright 2017 NXP
-# Released under the MIT license (see COPYING.MIT for the terms)
-
-require imx-parser.inc
-
-SRC_URI[md5sum] = "6717799abce0dc5918db8d3fd0e39184"
-SRC_URI[sha256sum] = "36d3ae7285f3a83a87abf680b8a52b3c07df869d2443de844fb5f0ff528ca862"
-
-COMPATIBLE_MACHINE = "(mx6|mx7)"
diff --git a/recipes-multimedia/imx-parser/imx-parser_4.3.2.bb b/recipes-multimedia/imx-parser/imx-parser_4.3.2.bb
new file mode 100644
index 0000000..661db04
--- /dev/null
+++ b/recipes-multimedia/imx-parser/imx-parser_4.3.2.bb
@@ -0,0 +1,10 @@
+# Copyright (C) 2013-2016 Freescale Semiconductor
+# Copyright 2017 NXP
+# Released under the MIT license (see COPYING.MIT for the terms)
+
+require imx-parser.inc
+
+SRC_URI[md5sum] = "c69669d18ab77fa62fe1dc4fd0eea9e4"
+SRC_URI[sha256sum] = "2cab49758fb5b27e0735379ab98ac43787195c4d73aac440f24ba3fd1c252e32"
+
+COMPATIBLE_MACHINE = "(mx6|mx7|mx8)"
-- 
1.9.1



More information about the meta-freescale mailing list