summaryrefslogtreecommitdiffstats
path: root/recipes-graphics
diff options
context:
space:
mode:
authorTom Hochstein <tom.hochstein@nxp.com>2018-06-22 15:17:11 -0500
committerOtavio Salvador <otavio@ossystems.com.br>2018-06-26 14:19:09 -0300
commitd40f4ca5fb00812af414f41c72761fad6dd5100f (patch)
treef5cceeecbb9ffe161515141e80dbe1fbb1657aab /recipes-graphics
parent2bbdc1c9681a84493c77c8ba056d6e66642767a9 (diff)
downloadmeta-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')
-rw-r--r--recipes-graphics/imx-dpu-g2d/imx-dpu-g2d_1.4.2.bb2
-rw-r--r--recipes-graphics/imx-gpu-g2d/imx-gpu-g2d_6.2.4.p1.2.bb2
-rw-r--r--recipes-graphics/imx-gpu-viv/imx-gpu-viv-6.inc2
-rw-r--r--recipes-graphics/xorg-driver/xf86-video-imx-vivante_6.2.4.p1.2.bb2
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"
6LICENSE = "Proprietary" 6LICENSE = "Proprietary"
7LIC_FILES_CHKSUM = "file://COPYING;md5=75abe2fa1d16ca79f87cde926f05f72d" 7LIC_FILES_CHKSUM = "file://COPYING;md5=75abe2fa1d16ca79f87cde926f05f72d"
8 8
9RDEPENDS_${PN} = "virtual/libgal-x11 libdrm" 9RDEPENDS_${PN} = "libgal-imx libdrm"
10 10
11PROVIDES += "virtual/libg2d" 11PROVIDES += "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"
7LICENSE = "Proprietary" 7LICENSE = "Proprietary"
8LIC_FILES_CHKSUM = "file://COPYING;md5=75abe2fa1d16ca79f87cde926f05f72d" 8LIC_FILES_CHKSUM = "file://COPYING;md5=75abe2fa1d16ca79f87cde926f05f72d"
9 9
10DEPENDS += "virtual/libgal-x11" 10DEPENDS += "libgal-imx"
11PROVIDES += "virtual/libg2d" 11PROVIDES += "virtual/libg2d"
12 12
13SRC_URI = "${FSL_MIRROR}/${PN}-${PV}.bin;fsl-eula=true" 13SRC_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"
33PROVIDES += " \ 33PROVIDES += " \
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
10inherit autotools-brokensep update-rc.d pkgconfig 10inherit autotools-brokensep update-rc.d pkgconfig
11 11
12DEPENDS += "virtual/xserver virtual/libx11 virtual/libgal-x11 imx-gpu-viv virtual/libg2d pixman" 12DEPENDS += "virtual/xserver virtual/libx11 libgal-imx imx-gpu-viv virtual/libg2d pixman"
13 13
14LIC_FILES_CHKSUM = "file://COPYING-MIT;md5=b5e9d9f5c02ea831ab3ecf802bb7c4f3" 14LIC_FILES_CHKSUM = "file://COPYING-MIT;md5=b5e9d9f5c02ea831ab3ecf802bb7c4f3"
15 15