From 1362b906ed06d702a45523b41dd50747bf9f0557 Mon Sep 17 00:00:00 2001 From: Tom Hochstein Date: Wed, 10 Oct 2018 16:45:13 -0500 Subject: [PATCH] imx-dpu-g2d: Upgrade to 1.4.8 Signed-off-by: Tom Hochstein --- .../{imx-dpu-g2d_1.4.6.bb => imx-dpu-g2d_1.4.8.bb} | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) rename recipes-graphics/imx-dpu-g2d/{imx-dpu-g2d_1.4.6.bb => imx-dpu-g2d_1.4.8.bb} (71%) diff --git a/recipes-graphics/imx-dpu-g2d/imx-dpu-g2d_1.4.6.bb b/recipes-graphics/imx-dpu-g2d/imx-dpu-g2d_1.4.8.bb similarity index 71% rename from recipes-graphics/imx-dpu-g2d/imx-dpu-g2d_1.4.6.bb rename to recipes-graphics/imx-dpu-g2d/imx-dpu-g2d_1.4.8.bb index 3abbfc7d..1e204b00 100644 --- a/recipes-graphics/imx-dpu-g2d/imx-dpu-g2d_1.4.6.bb +++ b/recipes-graphics/imx-dpu-g2d/imx-dpu-g2d_1.4.8.bb @@ -2,9 +2,9 @@ # Copyright 2017-2018 NXP # Released under the MIT license (see COPYING.MIT for the terms) -DESCRIPTION = "G2D graphics library and apps for i.MX with DRM" +DESCRIPTION = "GPU G2D library and apps for i.MX with 2D GPU and DPU" LICENSE = "Proprietary" -LIC_FILES_CHKSUM = "file://COPYING;md5=ab61cab9599935bfe9f700405ef00f28" +LIC_FILES_CHKSUM = "file://COPYING;md5=5ab1a30d0cd181e3408077727ea5a2db" RDEPENDS_${PN} = "libgal-imx libdrm" @@ -16,8 +16,8 @@ S="${WORKDIR}/${PN}-${PV}" inherit fsl-eula-unpack -SRC_URI[md5sum] = "c18c4bd215bac23b035b1e8a55cbaaf2" -SRC_URI[sha256sum] = "dd111f3a9c76bd9c338407658af849c325b424541bb2166ffe1f6dd31c834100" +SRC_URI[md5sum] = "5a14e335d329dbc33edb89f675821d5a" +SRC_URI[sha256sum] = "e8f27247b068f4f31e235e98f0eacf11eb0bb25cc6b710e5ca7f8f96d323004f" do_install () { -- 2.40.1