summaryrefslogtreecommitdiffstats
path: root/recipes-graphics/mesa
diff options
context:
space:
mode:
authorTom Hochstein <tom.hochstein@nxp.com>2018-06-26 20:55:40 -0500
committerOtavio Salvador <otavio@ossystems.com.br>2018-06-29 14:16:42 -0300
commit94caa35f706b7bce31ff495bed7dbed4625790d0 (patch)
treea117bc8bfc565c1ecbfdbf77df4a2f957cd7aecb /recipes-graphics/mesa
parent75a3fdf4cb0e3a8bb8a08da0a9a486f541f23124 (diff)
downloadmeta-freescale-94caa35f706b7bce31ff495bed7dbed4625790d0.tar.gz
mesa: Cleanup
Fix variable order and remove references to non-existent packages. Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-graphics/mesa')
-rw-r--r--recipes-graphics/mesa/mesa_%.bbappend6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-graphics/mesa/mesa_%.bbappend b/recipes-graphics/mesa/mesa_%.bbappend
index 34a647a5..742d2e1a 100644
--- a/recipes-graphics/mesa/mesa_%.bbappend
+++ b/recipes-graphics/mesa/mesa_%.bbappend
@@ -1,8 +1,8 @@
1PACKAGECONFIG_remove_imxgpu2d = "egl gles gbm" 1PROVIDES_remove_imxgpu2d = "virtual/libgles1 virtual/libgles2 virtual/egl"
2
3PROVIDES_remove_imxgpu2d = "virtual/libgles1 virtual/libgles2 virtual/libopenvg virtual/egl virtual/libgbm"
4PROVIDES_remove_imxgpu3d = "virtual/libgl" 2PROVIDES_remove_imxgpu3d = "virtual/libgl"
5 3
4PACKAGECONFIG_remove_imxgpu2d = "egl gles gbm"
5
6# FIXME: mesa should support 'x11-no-tls' option 6# FIXME: mesa should support 'x11-no-tls' option
7python () { 7python () {
8 overrides = d.getVar("OVERRIDES", True).split(":") 8 overrides = d.getVar("OVERRIDES", True).split(":")