From 2982dc07d79635d2ab6f24aef131f81cbcd149a5 Mon Sep 17 00:00:00 2001 From: "Rodrigo M. Duarte" Date: Wed, 21 May 2025 14:29:21 -0300 Subject: [PATCH] imx-pxp-g2d: 2.2 -> 2.3 Signed-off-by: Rodrigo M. Duarte --- recipes-graphics/imx-g2d/imx-pxp-g2d_git.bb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/recipes-graphics/imx-g2d/imx-pxp-g2d_git.bb b/recipes-graphics/imx-g2d/imx-pxp-g2d_git.bb index 88fc60ae..7184539e 100644 --- a/recipes-graphics/imx-g2d/imx-pxp-g2d_git.bb +++ b/recipes-graphics/imx-g2d/imx-pxp-g2d_git.bb @@ -4,16 +4,16 @@ DESCRIPTION = "G2D library using i.MX PXP" LICENSE = "Proprietary" -LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=ca53281cc0caa7e320d4945a896fb837" +LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=c0fb372b5d7f12181de23ef480f225f3" PROVIDES += "virtual/libg2d" -PV = "2.2+git${SRCPV}" +PV = "2.3+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.2" -SRCREV = "5e633f895a84cec809ca98d77c879af3591b3b20" +SRCBRANCH = "imx_2.3" +SRCREV = "f3aabbcb7977a0a17c962c62b02bc829855f8edf" S = "${WORKDIR}/git"