diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2023-05-17 10:31:54 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-17 10:31:54 -0300 |
commit | 011aa5617d287aa83fff549494a63c4baad0c171 (patch) | |
tree | f2d8eee52d65f2ae99efe3bd909dded037338845 /recipes-graphics/imx-g2d/imx-pxp-g2d_git.bb | |
parent | 4b1a51b1e953b57494e1a95bc0ccfe5cd8b5e1a6 (diff) | |
parent | 448ce7db7176bd51eff3ce377cb0cb39eb49f0fb (diff) | |
download | meta-freescale-011aa5617d287aa83fff549494a63c4baad0c171.tar.gz |
Merge pull request #1535 from thochstein/graphics
Graphics
Diffstat (limited to 'recipes-graphics/imx-g2d/imx-pxp-g2d_git.bb')
-rw-r--r-- | recipes-graphics/imx-g2d/imx-pxp-g2d_git.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-graphics/imx-g2d/imx-pxp-g2d_git.bb b/recipes-graphics/imx-g2d/imx-pxp-g2d_git.bb index fbf56e0c..0f444cfa 100644 --- a/recipes-graphics/imx-g2d/imx-pxp-g2d_git.bb +++ b/recipes-graphics/imx-g2d/imx-pxp-g2d_git.bb | |||
@@ -1,10 +1,10 @@ | |||
1 | # Copyright (C) 2016 Freescale Semiconductor | 1 | # Copyright (C) 2016 Freescale Semiconductor |
2 | # Copyright 2017-2022 NXP | 2 | # Copyright 2017-2023 NXP |
3 | # Released under the MIT license (see COPYING.MIT for the terms) | 3 | # Released under the MIT license (see COPYING.MIT for the terms) |
4 | 4 | ||
5 | DESCRIPTION = "G2D library using i.MX PXP" | 5 | DESCRIPTION = "G2D library using i.MX PXP" |
6 | LICENSE = "Proprietary" | 6 | LICENSE = "Proprietary" |
7 | LIC_FILES_CHKSUM = "file://EULA.txt;md5=d3c315c6eaa43e07d8c130dc3a04a011" | 7 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=ea25d099982d035af85d193c88a1b479" |
8 | 8 | ||
9 | PROVIDES += "virtual/libg2d" | 9 | PROVIDES += "virtual/libg2d" |
10 | 10 | ||
@@ -13,7 +13,7 @@ PV = "2.1.0+git${SRCPV}" | |||
13 | SRC_URI = "${IMX_PXP_G2D_SRC};branch=${SRCBRANCH}" | 13 | SRC_URI = "${IMX_PXP_G2D_SRC};branch=${SRCBRANCH}" |
14 | IMX_PXP_G2D_SRC ?= "git://github.com/nxp-imx/imx-g2d-pxp.git;protocol=https" | 14 | IMX_PXP_G2D_SRC ?= "git://github.com/nxp-imx/imx-g2d-pxp.git;protocol=https" |
15 | SRCBRANCH ?= "imx_2.1" | 15 | SRCBRANCH ?= "imx_2.1" |
16 | SRCREV = "178970dc7cdba69b94c2219b5bade46d67adb640" | 16 | SRCREV = "8887f6bbf533affef7e22a65179a08a25f1547f1" |
17 | 17 | ||
18 | S = "${WORKDIR}/git" | 18 | S = "${WORKDIR}/git" |
19 | 19 | ||