summaryrefslogtreecommitdiffstats
path: root/recipes-graphics/imx-g2d/imx-pxp-g2d_git.bb
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2024-02-05 16:20:24 -0300
committerGitHub <noreply@github.com>2024-02-05 16:20:24 -0300
commit480dbf1cbd725a694187708798be7b17568216e7 (patch)
tree8840d1527e72a36cab1f5c1760d6dc9941a6f717 /recipes-graphics/imx-g2d/imx-pxp-g2d_git.bb
parentb6c7fdfb1d8c8576663eb634d966f8408ce59d7f (diff)
parentab9bb2095c286adaa289a18abe15d660be98418a (diff)
downloadmeta-freescale-480dbf1cbd725a694187708798be7b17568216e7.tar.gz
Merge pull request #1723 from valijec/master
Upgrade graphics packages to LF6.1.55_2.2.0
Diffstat (limited to 'recipes-graphics/imx-g2d/imx-pxp-g2d_git.bb')
-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 c5951adc..dedee983 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=db4762b09b6bda63da103963e6e081de" 7LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=2827219e81f28aba7c6a569f7c437fa7"
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 = "8d8b48c7c3d95b6c54093a09873ae796a0f09e8a" 16SRCREV = "f3adab05bd0cbb7c38578110d772e8ddf52b4e8e"
17 17
18S = "${WORKDIR}/git" 18S = "${WORKDIR}/git"
19 19