diff options
author | Fabio Berton <fabio.berton@ossystems.com.br> | 2018-06-11 15:41:13 -0300 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2018-06-26 14:16:13 -0300 |
commit | bf9d7f7e675042efa770a7e42464fab9dee8c302 (patch) | |
tree | 3a222f640347cc2d72a3e0006191b29b88e2328f /recipes-multimedia/imx-vpuwrap | |
parent | 2f21c710fc506b162c558de9efbbf2fc72411b1a (diff) | |
download | meta-freescale-bf9d7f7e675042efa770a7e42464fab9dee8c302.tar.gz |
imx-vpuwrap: Update to version 4.3.5
- Add O.S. Systems Software Copyright
Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
Diffstat (limited to 'recipes-multimedia/imx-vpuwrap')
-rw-r--r-- | recipes-multimedia/imx-vpuwrap/imx-vpuwrap_4.3.5.bb (renamed from recipes-multimedia/imx-vpuwrap/imx-vpuwrap_4.3.4.bb) | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/recipes-multimedia/imx-vpuwrap/imx-vpuwrap_4.3.4.bb b/recipes-multimedia/imx-vpuwrap/imx-vpuwrap_4.3.5.bb index df73f4a3..2d4bdf68 100644 --- a/recipes-multimedia/imx-vpuwrap/imx-vpuwrap_4.3.4.bb +++ b/recipes-multimedia/imx-vpuwrap/imx-vpuwrap_4.3.5.bb | |||
@@ -1,11 +1,12 @@ | |||
1 | # Copyright (C) 2013-2016 Freescale Semiconductor | 1 | # Copyright (C) 2013-2016 Freescale Semiconductor |
2 | # Copyright 2017 NXP | 2 | # Copyright 2017 NXP |
3 | # Copyright 2018 (C) O.S. Systems Software LTDA. | ||
3 | # Released under the MIT license (see COPYING.MIT for the terms) | 4 | # Released under the MIT license (see COPYING.MIT for the terms) |
4 | DESCRIPTION = "Freescale Multimedia VPU wrapper" | 5 | DESCRIPTION = "Freescale Multimedia VPU wrapper" |
5 | DEPENDS = "virtual/imxvpu" | 6 | DEPENDS = "virtual/imxvpu" |
6 | LICENSE = "Proprietary" | 7 | LICENSE = "Proprietary" |
7 | SECTION = "multimedia" | 8 | SECTION = "multimedia" |
8 | LIC_FILES_CHKSUM = "file://COPYING;md5=08fd295cce89b0a9c74b9b83ed74f671" | 9 | LIC_FILES_CHKSUM = "file://COPYING;md5=75abe2fa1d16ca79f87cde926f05f72d" |
9 | 10 | ||
10 | # For backwards compatibility | 11 | # For backwards compatibility |
11 | PROVIDES += "libfslvpuwrap" | 12 | PROVIDES += "libfslvpuwrap" |
@@ -15,8 +16,8 @@ RCONFLICTS_${PN} = "libfslvpuwrap" | |||
15 | 16 | ||
16 | SRC_URI = "${FSL_MIRROR}/${PN}-${PV}.bin;fsl-eula=true" | 17 | SRC_URI = "${FSL_MIRROR}/${PN}-${PV}.bin;fsl-eula=true" |
17 | 18 | ||
18 | SRC_URI[md5sum] = "bd832f70ef90dbbdc5a24e2a1eefc71f" | 19 | SRC_URI[md5sum] = "ebcafcd76ec7c5b7cb9ba084da2b5612" |
19 | SRC_URI[sha256sum] = "cd49a4d9379c2d3ffd71a4c8e81dcb30097d43899d11ccaa77ec981dbdec596b" | 20 | SRC_URI[sha256sum] = "5c08b4b7c771404c998779f0e27a75564b57958d463e2df152c910d76cca9e44" |
20 | 21 | ||
21 | inherit fsl-eula-unpack autotools pkgconfig | 22 | inherit fsl-eula-unpack autotools pkgconfig |
22 | 23 | ||