diff options
author | Yuqing Zhu <carol.zhu@nxp.com> | 2018-06-06 11:44:24 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2018-06-06 10:56:47 -0300 |
commit | f66e95cbddcaae0a41e5399b4956c5137cf9fa63 (patch) | |
tree | d6108acb5177b3ef33804738abe915626eb37bb6 /recipes-multimedia/imx-vpuwrap | |
parent | e08465b13837c4bc2145e2cb36e22e89eda9cf6f (diff) | |
download | meta-freescale-f66e95cbddcaae0a41e5399b4956c5137cf9fa63.tar.gz |
imx-vpuwrap: Upgrade to v4.3.4
Add INSANE_SKIP for file-rdeps to fix QA Issue.
set hasColorDesc and fullRange in VPU_DecGetInitialInfo.
Fix H264 failure due to too many MBI buffers.
Signed-off-by: Yuqing Zhu <carol.zhu@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-multimedia/imx-vpuwrap')
-rw-r--r-- | recipes-multimedia/imx-vpuwrap/imx-vpuwrap_4.3.4.bb (renamed from recipes-multimedia/imx-vpuwrap/imx-vpuwrap_4.3.2.bb) | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/recipes-multimedia/imx-vpuwrap/imx-vpuwrap_4.3.2.bb b/recipes-multimedia/imx-vpuwrap/imx-vpuwrap_4.3.4.bb index a954d42e..df73f4a3 100644 --- a/recipes-multimedia/imx-vpuwrap/imx-vpuwrap_4.3.2.bb +++ b/recipes-multimedia/imx-vpuwrap/imx-vpuwrap_4.3.4.bb | |||
@@ -15,8 +15,8 @@ RCONFLICTS_${PN} = "libfslvpuwrap" | |||
15 | 15 | ||
16 | SRC_URI = "${FSL_MIRROR}/${PN}-${PV}.bin;fsl-eula=true" | 16 | SRC_URI = "${FSL_MIRROR}/${PN}-${PV}.bin;fsl-eula=true" |
17 | 17 | ||
18 | SRC_URI[md5sum] = "7ea5abc960ef587da4f89de05647a6da" | 18 | SRC_URI[md5sum] = "bd832f70ef90dbbdc5a24e2a1eefc71f" |
19 | SRC_URI[sha256sum] = "995354c2d0805f690cbcc3c007c90bad30db1570f526a8fc05d490fa42366d82" | 19 | SRC_URI[sha256sum] = "cd49a4d9379c2d3ffd71a4c8e81dcb30097d43899d11ccaa77ec981dbdec596b" |
20 | 20 | ||
21 | inherit fsl-eula-unpack autotools pkgconfig | 21 | inherit fsl-eula-unpack autotools pkgconfig |
22 | 22 | ||
@@ -25,5 +25,7 @@ do_install_append() { | |||
25 | rm -r ${D}${datadir} | 25 | rm -r ${D}${datadir} |
26 | } | 26 | } |
27 | 27 | ||
28 | INSANE_SKIP_imx-vpuwrap = "file-rdeps" | ||
29 | |||
28 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 30 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
29 | COMPATIBLE_MACHINE = "(mx6q|mx6dl)" | 31 | COMPATIBLE_MACHINE = "(mx6q|mx6dl)" |