diff options
author | Tom Hochstein <tom.hochstein@nxp.com> | 2018-06-22 15:17:11 -0500 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2018-06-26 14:19:09 -0300 |
commit | d40f4ca5fb00812af414f41c72761fad6dd5100f (patch) | |
tree | f5cceeecbb9ffe161515141e80dbe1fbb1657aab /recipes-graphics/imx-gpu-g2d | |
parent | 2bbdc1c9681a84493c77c8ba056d6e66642767a9 (diff) | |
download | meta-freescale-d40f4ca5fb00812af414f41c72761fad6dd5100f.tar.gz |
imx-gpu-viv: Rename package for libgal
Change virtual/libgal-x11 to libgal-imx since there are
no other providers and it is not X11-specific.
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-graphics/imx-gpu-g2d')
-rw-r--r-- | recipes-graphics/imx-gpu-g2d/imx-gpu-g2d_6.2.4.p1.2.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-graphics/imx-gpu-g2d/imx-gpu-g2d_6.2.4.p1.2.bb b/recipes-graphics/imx-gpu-g2d/imx-gpu-g2d_6.2.4.p1.2.bb index 88130705f..eab1d31b1 100644 --- a/recipes-graphics/imx-gpu-g2d/imx-gpu-g2d_6.2.4.p1.2.bb +++ b/recipes-graphics/imx-gpu-g2d/imx-gpu-g2d_6.2.4.p1.2.bb | |||
@@ -7,7 +7,7 @@ DESCRIPTION = "G2D graphics library and apps for i.MX 6 and i.MX 7 GPU" | |||
7 | LICENSE = "Proprietary" | 7 | LICENSE = "Proprietary" |
8 | LIC_FILES_CHKSUM = "file://COPYING;md5=75abe2fa1d16ca79f87cde926f05f72d" | 8 | LIC_FILES_CHKSUM = "file://COPYING;md5=75abe2fa1d16ca79f87cde926f05f72d" |
9 | 9 | ||
10 | DEPENDS += "virtual/libgal-x11" | 10 | DEPENDS += "libgal-imx" |
11 | PROVIDES += "virtual/libg2d" | 11 | PROVIDES += "virtual/libg2d" |
12 | 12 | ||
13 | SRC_URI = "${FSL_MIRROR}/${PN}-${PV}.bin;fsl-eula=true" | 13 | SRC_URI = "${FSL_MIRROR}/${PN}-${PV}.bin;fsl-eula=true" |