From d5e968f0df3178841202483a666611e5ef7b733a Mon Sep 17 00:00:00 2001 From: Cristinel Panfir Date: Wed, 18 Dec 2019 10:28:16 +0200 Subject: [PATCH] imx-parser: Upgrade to 4.5.1 - MP3 PARSER: Fix Google Play Music can't seek mp3 - FLAC PARSER: Check meta header lenght to avoid a null header - ASF PARSER: Add protection when need to allocate large size memory - Some other fixes for: AVI/MPEG2/MP4 PARSER Signed-off-by: Cristinel Panfir --- .../{imx-parser_4.4.5.bb => imx-parser_4.5.1.bb} | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) rename recipes-multimedia/imx-parser/{imx-parser_4.4.5.bb => imx-parser_4.5.1.bb} (86%) diff --git a/recipes-multimedia/imx-parser/imx-parser_4.4.5.bb b/recipes-multimedia/imx-parser/imx-parser_4.5.1.bb similarity index 86% rename from recipes-multimedia/imx-parser/imx-parser_4.4.5.bb rename to recipes-multimedia/imx-parser/imx-parser_4.5.1.bb index f87e19f6..e76bd3ef 100644 --- a/recipes-multimedia/imx-parser/imx-parser_4.4.5.bb +++ b/recipes-multimedia/imx-parser/imx-parser_4.5.1.bb @@ -1,11 +1,11 @@ # Copyright (C) 2012-2018 O.S. Systems Software LTDA. # Copyright (C) 2012-2016 Freescale Semiconductor -# Copyright 2017 NXP +# Copyright 2017, 2019 NXP # Released under the MIT license (see COPYING.MIT for the terms) DESCRIPTION = "Freescale Multimedia parser libs" LICENSE = "Proprietary" SECTION = "multimedia" -LIC_FILES_CHKSUM = "file://COPYING;md5=80c0478f4339af024519b3723023fe28" +LIC_FILES_CHKSUM = "file://COPYING;md5=6c12031a11b81db21cdfe0be88cac4b3" # For backwards compatibility PROVIDES += "libfslparser" @@ -14,8 +14,8 @@ RPROVIDES_${PN} = "libfslparser" RCONFLICTS_${PN} = "libfslparser" SRC_URI = "${FSL_MIRROR}/${BPN}-${PV}.bin;fsl-eula=true" -SRC_URI[md5sum] = "7fa7b0fa1682cae71c3a163da866f676" -SRC_URI[sha256sum] = "de86b57b429c0e6ed6b6842e5af1ec4d7b9d2074234769de6ba2edf04c967acd" +SRC_URI[md5sum] = "4ad7ab4eb3cd0dfdad278673b9a64b05" +SRC_URI[sha256sum] = "d7a742669bc25b694936a9b84a183bc79f1fd8ebccbafa1c75e894c9b64c83fc" inherit fsl-eula-unpack autotools pkgconfig -- 2.40.1