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>
(cherry picked from commit
dfc4d95ae217e440083bcc990428b4a12868ea84)
Change-Id: Ibde4ba03ce23ec5b207ca16a5f3b0c67e5a8b18d
# 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")
}
+++ /dev/null
-# Copyright (C) 2013-2016 Freescale Semiconductor
-# Copyright 2017 NXP
-# Released under the MIT license (see COPYING.MIT for the terms)
-
-require imx-codec.inc
-
-SRC_URI[md5sum] = "3db67e3f602e65fe0ac00ae4f9ea6109"
-SRC_URI[sha256sum] = "20d3f9b4187fcd9e7007c94558a00bab1191513eee74b6f0d8c7b43f874e06ed"
-
-COMPATIBLE_MACHINE = "(mx6|mx7)"
--- /dev/null
+# Copyright (C) 2013-2016 Freescale Semiconductor
+# Copyright 2017 NXP
+# Released under the MIT license (see COPYING.MIT for the terms)
+
+require imx-codec.inc
+
+SRC_URI[md5sum] = "f86bcdd3a43a9d1abfb1de52c37b5f9f"
+SRC_URI[sha256sum] = "650a3f6bf54c3f3b79de11eb4d6d0592372ab6a56386136b8d5e6cfb31fe9b55"
+
+COMPATIBLE_MACHINE = "(mx6|mx7|mx8)"