From dfc4d95ae217e440083bcc990428b4a12868ea84 Mon Sep 17 00:00:00 2001 From: Yuqing Zhu Date: Wed, 6 Jun 2018 11:44:22 +0800 Subject: imx-codec: Upgrade to v4.3.4 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 Signed-off-by: Otavio Salvador --- recipes-multimedia/imx-codec/imx-codec.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes-multimedia/imx-codec/imx-codec.inc') diff --git a/recipes-multimedia/imx-codec/imx-codec.inc b/recipes-multimedia/imx-codec/imx-codec.inc index 033c9400..a42dcbc6 100644 --- a/recipes-multimedia/imx-codec/imx-codec.inc +++ b/recipes-multimedia/imx-codec/imx-codec.inc @@ -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") } -- cgit v1.2.3-54-g00ecf