summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRodrigo M. Duarte <rodrigo.duarte@ossystems.com.br>2025-05-21 11:56:46 -0300
committerRodrigo M. Duarte <rodrigo.duarte@ossystems.com.br>2025-05-21 14:32:08 -0300
commitd2dd7e2ca88a0114e3e56eeca17e788cb5cc9603 (patch)
tree9c9ef82fe047871a9d30cfb966a8c58b3906e156
parent5049f31c5c5bef3d7b78876aa5e478020f9e212a (diff)
downloadmeta-freescale-d2dd7e2ca88a0114e3e56eeca17e788cb5cc9603.tar.gz
imx-g2d-samples: 2.2 -> 2.3
Signed-off-by: Rodrigo M. Duarte <rodrigo.duarte@ossystems.com.br>
-rw-r--r--recipes-graphics/imx-g2d/imx-g2d-samples_git.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-graphics/imx-g2d/imx-g2d-samples_git.bb b/recipes-graphics/imx-g2d/imx-g2d-samples_git.bb
index ab0819c6..884b41ff 100644
--- a/recipes-graphics/imx-g2d/imx-g2d-samples_git.bb
+++ b/recipes-graphics/imx-g2d/imx-g2d-samples_git.bb
@@ -5,12 +5,12 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=0858ec9c7a80c4a2cf16e4f825a2cc91"
5 5
6DEPENDS = "cairo" 6DEPENDS = "cairo"
7 7
8PV = "2.2+git${SRCPV}" 8PV = "2.3+git${SRCPV}"
9 9
10SRC_URI = "${GPU_G2D_SAMPLES_SRC};branch=${SRCBRANCH}" 10SRC_URI = "${GPU_G2D_SAMPLES_SRC};branch=${SRCBRANCH}"
11GPU_G2D_SAMPLES_SRC ?= "git://github.com/nxp-imx/g2d-samples.git;protocol=https" 11GPU_G2D_SAMPLES_SRC ?= "git://github.com/nxp-imx/g2d-samples.git;protocol=https"
12SRCBRANCH = "imx_2.2" 12SRCBRANCH = "imx_2.3"
13SRCREV = "431f311a41ca052902ea0d6445e74defe0a4df2d" 13SRCREV = "7d12c50c07d73650b4c97906ce917aff429238f8"
14 14
15S = "${WORKDIR}/git" 15S = "${WORKDIR}/git"
16 16