diff options
| author | Tom Hochstein <tom.hochstein@nxp.com> | 2022-08-19 11:56:03 -0500 |
|---|---|---|
| committer | Tom Hochstein <tom.hochstein@nxp.com> | 2022-08-26 15:05:40 -0500 |
| commit | d942b0dcee4476d0074eebd52b153ec06e443c1b (patch) | |
| tree | a5be73940114ef64cecb794532787bf1041181e2 | |
| parent | 22dda45cb95a4d04915bde950d453f4ec514b0d7 (diff) | |
| download | meta-freescale-d942b0dcee4476d0074eebd52b153ec06e443c1b.tar.gz | |
imx-g2d-samples: Upgrade to latest 5.15.32-2.0.0
Includes new dependency on cairo.
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
| -rw-r--r-- | recipes-graphics/imx-g2d/imx-g2d-samples_git.bb (renamed from recipes-graphics/imx-g2d/imx-g2d-samples_2.0.0.bb) | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/recipes-graphics/imx-g2d/imx-g2d-samples_2.0.0.bb b/recipes-graphics/imx-g2d/imx-g2d-samples_git.bb index 9832aac25..8368aefc3 100644 --- a/recipes-graphics/imx-g2d/imx-g2d-samples_2.0.0.bb +++ b/recipes-graphics/imx-g2d/imx-g2d-samples_git.bb | |||
| @@ -3,12 +3,14 @@ DESCRIPTION = "Set of sample applications for i.MX G2D" | |||
| 3 | LICENSE = "BSD-3-Clause" | 3 | LICENSE = "BSD-3-Clause" |
| 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=0858ec9c7a80c4a2cf16e4f825a2cc91" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=0858ec9c7a80c4a2cf16e4f825a2cc91" |
| 5 | 5 | ||
| 6 | DEPENDS = "virtual/libg2d" | 6 | DEPENDS = "virtual/libg2d cairo" |
| 7 | |||
| 8 | PV = "2.1+git${SRCPV}" | ||
| 7 | 9 | ||
| 8 | GPU_G2D_SAMPLES_SRC ?= "git://github.com/nxpmicro/g2d-samples.git;protocol=https" | ||
| 9 | SRCBRANCH ?= "imx_2.0" | ||
| 10 | SRC_URI = "${GPU_G2D_SAMPLES_SRC};branch=${SRCBRANCH}" | 10 | SRC_URI = "${GPU_G2D_SAMPLES_SRC};branch=${SRCBRANCH}" |
| 11 | SRCREV = "267af142881d350218c2c2cead8f304a28bbee07" | 11 | GPU_G2D_SAMPLES_SRC ?= "git://github.com/nxpmicro/g2d-samples.git;protocol=https" |
| 12 | SRCBRANCH ?= "imx_2.1" | ||
| 13 | SRCREV = "3268f291a15b2d8d5f650f627764a52eb0a8fc15" | ||
| 12 | 14 | ||
| 13 | S = "${WORKDIR}/git" | 15 | S = "${WORKDIR}/git" |
| 14 | 16 | ||
