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_4.3.4.bb | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 recipes-multimedia/imx-codec/imx-codec_4.3.4.bb (limited to 'recipes-multimedia/imx-codec/imx-codec_4.3.4.bb') diff --git a/recipes-multimedia/imx-codec/imx-codec_4.3.4.bb b/recipes-multimedia/imx-codec/imx-codec_4.3.4.bb new file mode 100644 index 00000000..7e48b214 --- /dev/null +++ b/recipes-multimedia/imx-codec/imx-codec_4.3.4.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-codec.inc + +SRC_URI[md5sum] = "f86bcdd3a43a9d1abfb1de52c37b5f9f" +SRC_URI[sha256sum] = "650a3f6bf54c3f3b79de11eb4d6d0592372ab6a56386136b8d5e6cfb31fe9b55" + +COMPATIBLE_MACHINE = "(mx6|mx7|mx8)" -- cgit v1.2.3-54-g00ecf