diff options
author | Tom Hochstein <tom.hochstein@nxp.com> | 2018-06-26 20:55:40 -0500 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2018-06-29 14:16:42 -0300 |
commit | 94caa35f706b7bce31ff495bed7dbed4625790d0 (patch) | |
tree | a117bc8bfc565c1ecbfdbf77df4a2f957cd7aecb /recipes-graphics | |
parent | 75a3fdf4cb0e3a8bb8a08da0a9a486f541f23124 (diff) | |
download | meta-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')
-rw-r--r-- | recipes-graphics/mesa/mesa_%.bbappend | 6 |
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 @@ | |||
1 | PACKAGECONFIG_remove_imxgpu2d = "egl gles gbm" | 1 | PROVIDES_remove_imxgpu2d = "virtual/libgles1 virtual/libgles2 virtual/egl" |
2 | |||
3 | PROVIDES_remove_imxgpu2d = "virtual/libgles1 virtual/libgles2 virtual/libopenvg virtual/egl virtual/libgbm" | ||
4 | PROVIDES_remove_imxgpu3d = "virtual/libgl" | 2 | PROVIDES_remove_imxgpu3d = "virtual/libgl" |
5 | 3 | ||
4 | PACKAGECONFIG_remove_imxgpu2d = "egl gles gbm" | ||
5 | |||
6 | # FIXME: mesa should support 'x11-no-tls' option | 6 | # FIXME: mesa should support 'x11-no-tls' option |
7 | python () { | 7 | python () { |
8 | overrides = d.getVar("OVERRIDES", True).split(":") | 8 | overrides = d.getVar("OVERRIDES", True).split(":") |