summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYuqing Zhu <carol.zhu@nxp.com>2017-12-26 14:11:02 +0800
committerOtavio Salvador <otavio@ossystems.com.br>2018-01-25 16:30:35 -0200
commit3b7af36be43469f63113e66fc530c006b1a0ead1 (patch)
tree3bf58290c3fe31feca717d3492b2e023952440d5
parentca8c28830c01bef4f197b5c33f0e8a9b52d17426 (diff)
downloadmeta-freescale-3b7af36be43469f63113e66fc530c006b1a0ead1.tar.gz
imx-vpuwrap: Upgrade to v4.3.2
1. Rename the recipe version, align with imx-codec/parser 2. Upgrade EULA to v20 3. Changes: -Add vpu_wrapper_test -Add gst_dump tools -Add gl sink -Enable RMVB/VC1/DIVX3 -Add webp support Signed-off-by: Yuqing Zhu <carol.zhu@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
-rw-r--r--recipes-multimedia/imx-vpuwrap/imx-vpuwrap_4.3.2.bb (renamed from recipes-multimedia/imx-vpuwrap/imx-vpuwrap_1.0.68.bb)6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-multimedia/imx-vpuwrap/imx-vpuwrap_1.0.68.bb b/recipes-multimedia/imx-vpuwrap/imx-vpuwrap_4.3.2.bb
index 3c342315..a954d42e 100644
--- a/recipes-multimedia/imx-vpuwrap/imx-vpuwrap_1.0.68.bb
+++ b/recipes-multimedia/imx-vpuwrap/imx-vpuwrap_4.3.2.bb
@@ -5,7 +5,7 @@ DESCRIPTION = "Freescale Multimedia VPU wrapper"
5DEPENDS = "virtual/imxvpu" 5DEPENDS = "virtual/imxvpu"
6LICENSE = "Proprietary" 6LICENSE = "Proprietary"
7SECTION = "multimedia" 7SECTION = "multimedia"
8LIC_FILES_CHKSUM = "file://COPYING;md5=d4f548f93b5fe0ee2bc86758c344412d" 8LIC_FILES_CHKSUM = "file://COPYING;md5=08fd295cce89b0a9c74b9b83ed74f671"
9 9
10# For backwards compatibility 10# For backwards compatibility
11PROVIDES += "libfslvpuwrap" 11PROVIDES += "libfslvpuwrap"
@@ -15,8 +15,8 @@ RCONFLICTS_${PN} = "libfslvpuwrap"
15 15
16SRC_URI = "${FSL_MIRROR}/${PN}-${PV}.bin;fsl-eula=true" 16SRC_URI = "${FSL_MIRROR}/${PN}-${PV}.bin;fsl-eula=true"
17 17
18SRC_URI[md5sum] = "af5a6b93ff24fdb4bf1a31d6e831f526" 18SRC_URI[md5sum] = "7ea5abc960ef587da4f89de05647a6da"
19SRC_URI[sha256sum] = "282e7f8766ce385d8752bd29f04ddeff709ece0846be97547cf982183bbe241e" 19SRC_URI[sha256sum] = "995354c2d0805f690cbcc3c007c90bad30db1570f526a8fc05d490fa42366d82"
20 20
21inherit fsl-eula-unpack autotools pkgconfig 21inherit fsl-eula-unpack autotools pkgconfig
22 22