diff options
author | Tom Hochstein <tom.hochstein@nxp.com> | 2019-05-14 13:48:14 -0500 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2019-09-12 14:45:07 -0300 |
commit | 024cd6fbb357cfd5edea1eb10e3c3c1f630631fe (patch) | |
tree | 1a54a98475ab8a72e0948791231f13c3dfc16cb5 | |
parent | e01737292a24f08547b938f22494d237ab9673b8 (diff) | |
download | meta-freescale-024cd6fbb357cfd5edea1eb10e3c3c1f630631fe.tar.gz |
imx-dpu-g2d: Upgrade to 1.7.0
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
-rw-r--r-- | recipes-graphics/imx-dpu-g2d/imx-dpu-g2d_1.7.0.bb (renamed from recipes-graphics/imx-dpu-g2d/imx-dpu-g2d_1.4.8.bb) | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/recipes-graphics/imx-dpu-g2d/imx-dpu-g2d_1.4.8.bb b/recipes-graphics/imx-dpu-g2d/imx-dpu-g2d_1.7.0.bb index 1e204b00..d29c2827 100644 --- a/recipes-graphics/imx-dpu-g2d/imx-dpu-g2d_1.4.8.bb +++ b/recipes-graphics/imx-dpu-g2d/imx-dpu-g2d_1.7.0.bb | |||
@@ -1,10 +1,10 @@ | |||
1 | # Copyright (C) 2016 Freescale Semiconductor | 1 | # Copyright (C) 2016 Freescale Semiconductor |
2 | # Copyright 2017-2018 NXP | 2 | # Copyright 2017-2019 NXP |
3 | # Released under the MIT license (see COPYING.MIT for the terms) | 3 | # Released under the MIT license (see COPYING.MIT for the terms) |
4 | 4 | ||
5 | DESCRIPTION = "GPU G2D library and apps for i.MX with 2D GPU and DPU" | 5 | DESCRIPTION = "GPU G2D library and apps for i.MX with 2D GPU and DPU" |
6 | LICENSE = "Proprietary" | 6 | LICENSE = "Proprietary" |
7 | LIC_FILES_CHKSUM = "file://COPYING;md5=5ab1a30d0cd181e3408077727ea5a2db" | 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=80c0478f4339af024519b3723023fe28" |
8 | 8 | ||
9 | RDEPENDS_${PN} = "libgal-imx libdrm" | 9 | RDEPENDS_${PN} = "libgal-imx libdrm" |
10 | 10 | ||
@@ -16,8 +16,8 @@ S="${WORKDIR}/${PN}-${PV}" | |||
16 | 16 | ||
17 | inherit fsl-eula-unpack | 17 | inherit fsl-eula-unpack |
18 | 18 | ||
19 | SRC_URI[md5sum] = "5a14e335d329dbc33edb89f675821d5a" | 19 | SRC_URI[md5sum] = "a47ae6db002b47031e44d8402c40604e" |
20 | SRC_URI[sha256sum] = "e8f27247b068f4f31e235e98f0eacf11eb0bb25cc6b710e5ca7f8f96d323004f" | 20 | SRC_URI[sha256sum] = "5a2785ba1f4e4ea6f61ab98f8408600adca9decd66511e6665023325184bf7e9" |
21 | 21 | ||
22 | do_install () { | 22 | do_install () { |
23 | 23 | ||