diff options
author | Fabio Berton <fabio.berton@ossystems.com.br> | 2018-06-11 11:30:03 -0300 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2018-06-26 14:16:13 -0300 |
commit | 7b009de1093c8082ced74eaa4b690e48f23306f7 (patch) | |
tree | cd2696e7ff2f68224792d05699a1c4648e04b3f9 | |
parent | 44753dac76df485730f4a50466ff816886e3932e (diff) | |
download | meta-freescale-7b009de1093c8082ced74eaa4b690e48f23306f7.tar.gz |
imx-gpu-g2d: Update to version 6.2.4
- Update license checksum to match EULA v22 April 2018.
- Add O.S. Systems Software Copyright
Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
-rw-r--r-- | recipes-graphics/imx-gpu-g2d/imx-gpu-g2d_6.2.4.p1.2.bb (renamed from recipes-graphics/imx-gpu-g2d/imx-gpu-g2d_6.2.2.p0.bb) | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/recipes-graphics/imx-gpu-g2d/imx-gpu-g2d_6.2.2.p0.bb b/recipes-graphics/imx-gpu-g2d/imx-gpu-g2d_6.2.4.p1.2.bb index 8be05f93..88130705 100644 --- a/recipes-graphics/imx-gpu-g2d/imx-gpu-g2d_6.2.2.p0.bb +++ b/recipes-graphics/imx-gpu-g2d/imx-gpu-g2d_6.2.4.p1.2.bb | |||
@@ -1,11 +1,13 @@ | |||
1 | # Copyright (C) 2016 Freescale Semiconductor | 1 | # Copyright (C) 2016 Freescale Semiconductor |
2 | # Copyright 2017 NXP | 2 | # Copyright 2017-2018 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 | 5 | ||
5 | DESCRIPTION = "GPU G2D library and apps for imx6" | 6 | DESCRIPTION = "G2D graphics library and apps for i.MX 6 and i.MX 7 GPU" |
6 | LICENSE = "Proprietary" | 7 | LICENSE = "Proprietary" |
7 | LIC_FILES_CHKSUM = "file://COPYING;md5=08fd295cce89b0a9c74b9b83ed74f671" | 8 | LIC_FILES_CHKSUM = "file://COPYING;md5=75abe2fa1d16ca79f87cde926f05f72d" |
8 | 9 | ||
10 | DEPENDS += "virtual/libgal-x11" | ||
9 | PROVIDES += "virtual/libg2d" | 11 | PROVIDES += "virtual/libg2d" |
10 | 12 | ||
11 | SRC_URI = "${FSL_MIRROR}/${PN}-${PV}.bin;fsl-eula=true" | 13 | SRC_URI = "${FSL_MIRROR}/${PN}-${PV}.bin;fsl-eula=true" |
@@ -14,8 +16,8 @@ S="${WORKDIR}/${PN}-${PV}" | |||
14 | 16 | ||
15 | inherit fsl-eula-unpack | 17 | inherit fsl-eula-unpack |
16 | 18 | ||
17 | SRC_URI[md5sum] = "64720dda9b96fd7af5be7e2c654ab72a" | 19 | SRC_URI[md5sum] = "fd93eb85a64a18dac3b6c2ead86c8333" |
18 | SRC_URI[sha256sum] = "070a95aa9942bd67e8ba4012962df74143bffb9998301ac097dab5e1437000d8" | 20 | SRC_URI[sha256sum] = "5f2d2171d5cd57f37ab07184fc908a0f6ecb2a97f023f04c2f9f3b3d7fec8481" |
19 | 21 | ||
20 | do_install () { | 22 | do_install () { |
21 | 23 | ||