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 | |
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')
4 files changed, 4 insertions, 4 deletions
diff --git a/recipes-graphics/imx-dpu-g2d/imx-dpu-g2d_1.4.2.bb b/recipes-graphics/imx-dpu-g2d/imx-dpu-g2d_1.4.2.bb index 35cdbd5f..dd3aa9dd 100644 --- a/recipes-graphics/imx-dpu-g2d/imx-dpu-g2d_1.4.2.bb +++ b/recipes-graphics/imx-dpu-g2d/imx-dpu-g2d_1.4.2.bb | |||
@@ -6,7 +6,7 @@ DESCRIPTION = "G2D graphics library and apps for i.MX with DRM" | |||
6 | LICENSE = "Proprietary" | 6 | LICENSE = "Proprietary" |
7 | LIC_FILES_CHKSUM = "file://COPYING;md5=75abe2fa1d16ca79f87cde926f05f72d" | 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=75abe2fa1d16ca79f87cde926f05f72d" |
8 | 8 | ||
9 | RDEPENDS_${PN} = "virtual/libgal-x11 libdrm" | 9 | RDEPENDS_${PN} = "libgal-imx libdrm" |
10 | 10 | ||
11 | PROVIDES += "virtual/libg2d" | 11 | PROVIDES += "virtual/libg2d" |
12 | 12 | ||
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 88130705..eab1d31b 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" |
diff --git a/recipes-graphics/imx-gpu-viv/imx-gpu-viv-6.inc b/recipes-graphics/imx-gpu-viv/imx-gpu-viv-6.inc index b97d7c35..6cc8cbb1 100644 --- a/recipes-graphics/imx-gpu-viv/imx-gpu-viv-6.inc +++ b/recipes-graphics/imx-gpu-viv/imx-gpu-viv-6.inc | |||
@@ -32,7 +32,7 @@ EXTRA_PROVIDES_append_imxgpu3d = " \ | |||
32 | " | 32 | " |
33 | PROVIDES += " \ | 33 | PROVIDES += " \ |
34 | imx-gpu-viv \ | 34 | imx-gpu-viv \ |
35 | virtual/libgal-x11 \ | 35 | libgal-imx \ |
36 | opencl-headers \ | 36 | opencl-headers \ |
37 | virtual/egl \ | 37 | virtual/egl \ |
38 | virtual/libopenvg \ | 38 | virtual/libopenvg \ |
diff --git a/recipes-graphics/xorg-driver/xf86-video-imx-vivante_6.2.4.p1.2.bb b/recipes-graphics/xorg-driver/xf86-video-imx-vivante_6.2.4.p1.2.bb index 04ae36cf..fa3a1a35 100644 --- a/recipes-graphics/xorg-driver/xf86-video-imx-vivante_6.2.4.p1.2.bb +++ b/recipes-graphics/xorg-driver/xf86-video-imx-vivante_6.2.4.p1.2.bb | |||
@@ -9,7 +9,7 @@ PE = "3" | |||
9 | 9 | ||
10 | inherit autotools-brokensep update-rc.d pkgconfig | 10 | inherit autotools-brokensep update-rc.d pkgconfig |
11 | 11 | ||
12 | DEPENDS += "virtual/xserver virtual/libx11 virtual/libgal-x11 imx-gpu-viv virtual/libg2d pixman" | 12 | DEPENDS += "virtual/xserver virtual/libx11 libgal-imx imx-gpu-viv virtual/libg2d pixman" |
13 | 13 | ||
14 | LIC_FILES_CHKSUM = "file://COPYING-MIT;md5=b5e9d9f5c02ea831ab3ecf802bb7c4f3" | 14 | LIC_FILES_CHKSUM = "file://COPYING-MIT;md5=b5e9d9f5c02ea831ab3ecf802bb7c4f3" |
15 | 15 | ||