From: Tom Hochstein Date: Fri, 22 Jun 2018 20:17:11 +0000 (-0500) Subject: imx-gpu-viv: Rename package for libgal X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=f5167eb9170434a0dafc0bfdeac4d7104d5a8d42;p=meta-freescale.git 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 Signed-off-by: Otavio Salvador (cherry picked from commit d40f4ca5fb00812af414f41c72761fad6dd5100f) --- diff --git a/conf/machine/include/imx-base.inc b/conf/machine/include/imx-base.inc index 87cb0b73..419ab1bc 100644 --- a/conf/machine/include/imx-base.inc +++ b/conf/machine/include/imx-base.inc @@ -120,6 +120,7 @@ MACHINE_SOCARCH_FILTER_append_imxgpu2d = " \ virtual/libopenvg \ cairo \ gstreamer1.0-plugins-bad \ + libgal-imx \ pango \ weston \ " 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" LICENSE = "Proprietary" LIC_FILES_CHKSUM = "file://COPYING;md5=75abe2fa1d16ca79f87cde926f05f72d" -RDEPENDS_${PN} = "virtual/libgal-x11 libdrm" +RDEPENDS_${PN} = "libgal-imx libdrm" PROVIDES += "virtual/libg2d" 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" LICENSE = "Proprietary" LIC_FILES_CHKSUM = "file://COPYING;md5=75abe2fa1d16ca79f87cde926f05f72d" -DEPENDS += "virtual/libgal-x11" +DEPENDS += "libgal-imx" PROVIDES += "virtual/libg2d" 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 = " \ " PROVIDES += " \ imx-gpu-viv \ - virtual/libgal-x11 \ + libgal-imx \ opencl-headers \ virtual/egl \ 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" inherit autotools-brokensep update-rc.d pkgconfig -DEPENDS += "virtual/xserver virtual/libx11 virtual/libgal-x11 imx-gpu-viv virtual/libg2d pixman" +DEPENDS += "virtual/xserver virtual/libx11 libgal-imx imx-gpu-viv virtual/libg2d pixman" LIC_FILES_CHKSUM = "file://COPYING-MIT;md5=b5e9d9f5c02ea831ab3ecf802bb7c4f3"