From: Tom Hochstein <[email protected]>

Fix variable order and remove references to non-existent
packages.

Signed-off-by: Tom Hochstein <[email protected]>
Signed-off-by: Otavio Salvador <[email protected]>
---

Changes in v4: None
Changes in v3: None
Changes in v2:
- new patch

 recipes-graphics/mesa/mesa_%.bbappend | 6 +++---
 1 file 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 @@
-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(":")
-- 
2.18.0

-- 
_______________________________________________
meta-freescale mailing list
[email protected]
https://lists.yoctoproject.org/listinfo/meta-freescale

Reply via email to