From 58a39c35e2ff13084c8caab9b5bd68b3bb076b97 Mon Sep 17 00:00:00 2001 From: Yuqing Zhu Date: Mon, 20 Apr 2020 14:00:27 +0800 Subject: [PATCH] imx-vpu-hantro: Upgrade to 1.16.0 [G1/G2]: Fix H264 conformance test failure caused by changes in latest release [G1]: Fix memory leak, inlcudes: h264/mpeg2/mpeg4/vc1/rv/avs [Mpeg4]: Fix DivX3 can't be decoded caused by wrong sscanf string Signed-off-by: Yuqing Zhu --- .../{imx-vpu-hantro_1.15.0.bb => imx-vpu-hantro_1.16.0.bb} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename recipes-bsp/imx-vpu-hantro/{imx-vpu-hantro_1.15.0.bb => imx-vpu-hantro_1.16.0.bb} (73%) diff --git a/recipes-bsp/imx-vpu-hantro/imx-vpu-hantro_1.15.0.bb b/recipes-bsp/imx-vpu-hantro/imx-vpu-hantro_1.16.0.bb similarity index 73% rename from recipes-bsp/imx-vpu-hantro/imx-vpu-hantro_1.15.0.bb rename to recipes-bsp/imx-vpu-hantro/imx-vpu-hantro_1.16.0.bb index 407d17f7..67dbc8da 100644 --- a/recipes-bsp/imx-vpu-hantro/imx-vpu-hantro_1.15.0.bb +++ b/recipes-bsp/imx-vpu-hantro/imx-vpu-hantro_1.16.0.bb @@ -2,15 +2,15 @@ DESCRIPTION = "i.MX Hantro VPU library" LICENSE = "Proprietary" -LIC_FILES_CHKSUM = "file://COPYING;md5=6c12031a11b81db21cdfe0be88cac4b3" +LIC_FILES_CHKSUM = "file://COPYING;md5=fd4b227530cd88a82af6a5982cfb724d" PROVIDES = "virtual/imxvpu" SRC_URI = " \ ${FSL_MIRROR}/${BPN}-${PV}.bin;fsl-eula=true \ " -SRC_URI[md5sum] = "2cb9a95223bee98a5b3d86c89ee36a55" -SRC_URI[sha256sum] = "8d189156d713f12b255f16badd0093aaacd16859aa3191603908de07567485a5" +SRC_URI[md5sum] = "79ca586c67ea9b007fa772df8959c852" +SRC_URI[sha256sum] = "1f373f5d9a37754f7936f9bf4b134b65afe98459c0383b63c50c1f6ecba49e25" inherit fsl-eula-unpack use-imx-headers -- 2.40.1