]> code.ossystems Code Review - meta-freescale.git/commitdiff
imx-codec: Upgrade to v4.3.4
authorYuqing Zhu <carol.zhu@nxp.com>
Wed, 6 Jun 2018 03:44:22 +0000 (11:44 +0800)
committerOtavio Salvador <otavio@ossystems.com.br>
Wed, 6 Jun 2018 13:56:47 +0000 (10:56 -0300)
Add INSANE_SKIP for file-rdeps to fix QA Issue

Update mp3_enc version to 02.03.01

Fix crash in lib_mp3_enc_arm12_elinux.so
This crash error is caused by division by zero
in noOfElements_mp3e() function When encoding 0
size file by using unit test
so before performing a division operation, need to
check whether divisor is zero or not to fix it.

Signed-off-by: Yuqing Zhu <carol.zhu@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
recipes-multimedia/imx-codec/imx-codec.inc
recipes-multimedia/imx-codec/imx-codec_4.3.4.bb [moved from recipes-multimedia/imx-codec/imx-codec_4.3.2.bb with 58% similarity]

index 033c94003cf544e5147c977f80ae785c2821e7c3..a42dcbc694abfc144e51f2ce8850af7e41a2f3da 100644 (file)
@@ -48,7 +48,7 @@ python __set_insane_skip() {
         # the source we cannot fix it. Disable the insane check for now.
         if p == 'imx-codec-test-bin':
             # FIXME: includes the DUT .so files so we need to deploy those
-            d.setVar("INSANE_SKIP_%s" % p, "ldflags textrel libdir")
+            d.setVar("INSANE_SKIP_%s" % p, "ldflags textrel libdir file-rdeps")
         else:
             d.setVar("INSANE_SKIP_%s" % p, "ldflags textrel")
 }
similarity index 58%
rename from recipes-multimedia/imx-codec/imx-codec_4.3.2.bb
rename to recipes-multimedia/imx-codec/imx-codec_4.3.4.bb
index 51a8f652f594df29efb14688814940606fbad649..7e48b2149f57cf379c553cf664aa7f0f7de969d4 100644 (file)
@@ -4,7 +4,7 @@
 
 require imx-codec.inc
 
-SRC_URI[md5sum] = "5c09ad91c8586128029ecfb9f2072a5b"
-SRC_URI[sha256sum] = "d7ef3beda185763ddacefb4dd5ff99fc9554d94389b88f224beaca28421a7e14"
+SRC_URI[md5sum] = "f86bcdd3a43a9d1abfb1de52c37b5f9f"
+SRC_URI[sha256sum] = "650a3f6bf54c3f3b79de11eb4d6d0592372ab6a56386136b8d5e6cfb31fe9b55"
 
 COMPATIBLE_MACHINE = "(mx6|mx7|mx8)"