]> code.ossystems Code Review - meta-freescale.git/commitdiff
mesa: Cleanup
authorTom Hochstein <tom.hochstein@nxp.com>
Wed, 27 Jun 2018 01:55:40 +0000 (20:55 -0500)
committerOtavio Salvador <otavio@ossystems.com.br>
Fri, 29 Jun 2018 17:16:42 +0000 (14:16 -0300)
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>
recipes-graphics/mesa/mesa_%.bbappend

index 34a647a5cccbecf08ca0f1b420ae626b9cf52489..742d2e1a16f4ad73ffdd16b851577c9373b1ccc0 100644 (file)
@@ -1,8 +1,8 @@
-PACKAGECONFIG_remove_imxgpu2d = "egl gles gbm"
-
-PROVIDES_remove_imxgpu2d = "virtual/libgles1 virtual/libgles2 virtual/libopenvg virtual/egl virtual/libgbm"
+PROVIDES_remove_imxgpu2d = "virtual/libgles1 virtual/libgles2 virtual/egl"
 PROVIDES_remove_imxgpu3d = "virtual/libgl"
 
+PACKAGECONFIG_remove_imxgpu2d = "egl gles gbm"
+
 # FIXME: mesa should support 'x11-no-tls' option
 python () {
     overrides = d.getVar("OVERRIDES", True).split(":")