From 94caa35f706b7bce31ff495bed7dbed4625790d0 Mon Sep 17 00:00:00 2001 From: Tom Hochstein Date: Tue, 26 Jun 2018 20:55:40 -0500 Subject: [PATCH] mesa: Cleanup Fix variable order and remove references to non-existent packages. Signed-off-by: Tom Hochstein Signed-off-by: Otavio Salvador --- 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.40.1