summaryrefslogtreecommitdiffstats
path: root/recipes-graphics
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2023-08-01 10:15:51 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2023-08-01 10:15:51 -0300
commit652878e5aaf9e5f053c120b871c81c624016fc7c (patch)
treef216bc11a6d77e6fc804f0d87f8c9a47fc28db34 /recipes-graphics
parentf73e3872067d3ec8213b3f419ca2d7934d131447 (diff)
downloadmeta-freescale-652878e5aaf9e5f053c120b871c81c624016fc7c.tar.gz
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 <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-graphics')
-rw-r--r--recipes-graphics/imx-g2d/imx-pxp-g2d_git.bb4
1 files 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 0f444cfa..0735d89c 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 @@
4 4
5DESCRIPTION = "G2D library using i.MX PXP" 5DESCRIPTION = "G2D library using i.MX PXP"
6LICENSE = "Proprietary" 6LICENSE = "Proprietary"
7LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=ea25d099982d035af85d193c88a1b479" 7LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=63a38e9f392d8813d6f1f4d0d6fbe657"
8 8
9PROVIDES += "virtual/libg2d" 9PROVIDES += "virtual/libg2d"
10 10
@@ -13,7 +13,7 @@ PV = "2.1.0+git${SRCPV}"
13SRC_URI = "${IMX_PXP_G2D_SRC};branch=${SRCBRANCH}" 13SRC_URI = "${IMX_PXP_G2D_SRC};branch=${SRCBRANCH}"
14IMX_PXP_G2D_SRC ?= "git://github.com/nxp-imx/imx-g2d-pxp.git;protocol=https" 14IMX_PXP_G2D_SRC ?= "git://github.com/nxp-imx/imx-g2d-pxp.git;protocol=https"
15SRCBRANCH ?= "imx_2.1" 15SRCBRANCH ?= "imx_2.1"
16SRCREV = "8887f6bbf533affef7e22a65179a08a25f1547f1" 16SRCREV = "667c4ccbba208f47ac6d78f11a2c30737c66600f"
17 17
18S = "${WORKDIR}/git" 18S = "${WORKDIR}/git"
19 19