diff options
author | Cristinel Panfir <cristinel.panfir@nxp.com> | 2019-12-18 09:58:13 +0200 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2019-12-18 09:08:48 -0300 |
commit | 11636c286a40542a369418f261dca05e938add24 (patch) | |
tree | f60f855592bf5ff54d1de41231fa88005a64504e /recipes-multimedia/imx-vpuwrap | |
parent | bd5605827637c33841522c33fa401ce61082f38a (diff) | |
download | meta-freescale-11636c286a40542a369418f261dca05e938add24.tar.gz |
imx-vpuwrap: Upgrade to 4.5.1 version
- remove amphion vpu wrapper as there are v4l2 based vpu
Signed-off-by: Cristinel Panfir <cristinel.panfir@nxp.com>
Diffstat (limited to 'recipes-multimedia/imx-vpuwrap')
-rw-r--r-- | recipes-multimedia/imx-vpuwrap/imx-vpuwrap_4.5.1.bb (renamed from recipes-multimedia/imx-vpuwrap/imx-vpuwrap_4.4.5.bb) | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/recipes-multimedia/imx-vpuwrap/imx-vpuwrap_4.4.5.bb b/recipes-multimedia/imx-vpuwrap/imx-vpuwrap_4.5.1.bb index dd777ff7..c6e3f7cb 100644 --- a/recipes-multimedia/imx-vpuwrap/imx-vpuwrap_4.4.5.bb +++ b/recipes-multimedia/imx-vpuwrap/imx-vpuwrap_4.5.1.bb | |||
@@ -1,12 +1,12 @@ | |||
1 | # Copyright (C) 2013-2016 Freescale Semiconductor | 1 | # Copyright (C) 2013-2016 Freescale Semiconductor |
2 | # Copyright 2017 NXP | ||
3 | # Copyright 2018 (C) O.S. Systems Software LTDA. | 2 | # Copyright 2018 (C) O.S. Systems Software LTDA. |
3 | # Copyright 2017, 2019 NXP | ||
4 | # Released under the MIT license (see COPYING.MIT for the terms) | 4 | # Released under the MIT license (see COPYING.MIT for the terms) |
5 | DESCRIPTION = "Freescale Multimedia VPU wrapper" | 5 | DESCRIPTION = "Freescale Multimedia VPU wrapper" |
6 | DEPENDS = "virtual/imxvpu" | 6 | DEPENDS = "virtual/imxvpu" |
7 | LICENSE = "Proprietary" | 7 | LICENSE = "Proprietary" |
8 | SECTION = "multimedia" | 8 | SECTION = "multimedia" |
9 | LIC_FILES_CHKSUM = "file://COPYING;md5=80c0478f4339af024519b3723023fe28" | 9 | LIC_FILES_CHKSUM = "file://COPYING;md5=6c12031a11b81db21cdfe0be88cac4b3" |
10 | 10 | ||
11 | # For backwards compatibility | 11 | # For backwards compatibility |
12 | PROVIDES += "libfslvpuwrap" | 12 | PROVIDES += "libfslvpuwrap" |
@@ -16,8 +16,8 @@ RCONFLICTS_${PN} = "libfslvpuwrap" | |||
16 | 16 | ||
17 | SRC_URI = "${FSL_MIRROR}/${BPN}-${PV}.bin;fsl-eula=true" | 17 | SRC_URI = "${FSL_MIRROR}/${BPN}-${PV}.bin;fsl-eula=true" |
18 | 18 | ||
19 | SRC_URI[md5sum] = "dc462fd44682013153144187c2e6b6b0" | 19 | SRC_URI[md5sum] = "7e48410c5a00aab94af4022ef147f775" |
20 | SRC_URI[sha256sum] = "7ebb6b322a67fbbb902222f949ba09a7e52120b4102e1ad969e8b1491c42fa92" | 20 | SRC_URI[sha256sum] = "a3b05081be1e078dbe589bac1c51d02a00ce591e13693fea8eb695f46fc5eb46" |
21 | 21 | ||
22 | inherit fsl-eula-unpack autotools pkgconfig | 22 | inherit fsl-eula-unpack autotools pkgconfig |
23 | 23 | ||