From 652878e5aaf9e5f053c120b871c81c624016fc7c Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Tue, 1 Aug 2023 10:15:51 -0300 Subject: imx-pxp-g2d: Bump revision to 667c4ccbb This includes following changes: 667c4cc LF-9284 update LICENSE version to V45 07a9c65 MGS-7155 preload g2d_allocator to avoid dependency a1f54e3 MGS-7086 g2d_alloc dmabuf heap failed 2f00ac6 MGS-7085 sync G2D header file 66297c0 MGS-7082 G2D header conflicting with C++ STL headers Signed-off-by: Otavio Salvador --- recipes-graphics/imx-g2d/imx-pxp-g2d_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-graphics/imx-g2d/imx-pxp-g2d_git.bb b/recipes-graphics/imx-g2d/imx-pxp-g2d_git.bb index 0f444cfaa..0735d89c5 100644 --- a/recipes-graphics/imx-g2d/imx-pxp-g2d_git.bb +++ b/recipes-graphics/imx-g2d/imx-pxp-g2d_git.bb @@ -4,7 +4,7 @@ DESCRIPTION = "G2D library using i.MX PXP" LICENSE = "Proprietary" -LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=ea25d099982d035af85d193c88a1b479" +LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=63a38e9f392d8813d6f1f4d0d6fbe657" PROVIDES += "virtual/libg2d" @@ -13,7 +13,7 @@ PV = "2.1.0+git${SRCPV}" SRC_URI = "${IMX_PXP_G2D_SRC};branch=${SRCBRANCH}" IMX_PXP_G2D_SRC ?= "git://github.com/nxp-imx/imx-g2d-pxp.git;protocol=https" SRCBRANCH ?= "imx_2.1" -SRCREV = "8887f6bbf533affef7e22a65179a08a25f1547f1" +SRCREV = "667c4ccbba208f47ac6d78f11a2c30737c66600f" S = "${WORKDIR}/git" -- cgit v1.2.3-54-g00ecf