From b33e2a1f77655f625f3a4477a345991310af615b Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Thu, 30 Jul 2015 17:32:32 -0300 Subject: [PATCH] mesa: Remove virtual/libopenvg from providers list The mesa now provide virtual/libopenvg which should be offered by the AMD and Vivante GPU drivers. Remove it from the providers list. Signed-off-by: Otavio Salvador --- recipes-graphics/mesa/mesa_%.bbappend | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/recipes-graphics/mesa/mesa_%.bbappend b/recipes-graphics/mesa/mesa_%.bbappend index f8cf1bce..674df7c3 100644 --- a/recipes-graphics/mesa/mesa_%.bbappend +++ b/recipes-graphics/mesa/mesa_%.bbappend @@ -1,5 +1,5 @@ PACKAGECONFIG_remove_mx5 = "egl gles" -PROVIDES_remove_mx5 = "virtual/libgles1 virtual/libgles2 virtual/egl" +PROVIDES_remove_mx5 = "virtual/libgles1 virtual/libgles2 virtual/libopenvg virtual/egl" PACKAGECONFIG_remove_mx6q = "egl gles" PACKAGECONFIG_remove_mx6dl = "egl gles" @@ -8,10 +8,10 @@ PACKAGECONFIG_remove_mx6sl = "egl gles" # i.MX6SL uses mesa software rendering -PROVIDES_remove_mx6q = "virtual/libgles1 virtual/libgles2 virtual/egl virtual/libgl" -PROVIDES_remove_mx6dl = "virtual/libgles1 virtual/libgles2 virtual/egl virtual/libgl" -PROVIDES_remove_mx6sx = "virtual/libgles1 virtual/libgles2 virtual/egl virtual/libgl" -PROVIDES_remove_mx6sl = "virtual/libgles1 virtual/libgles2 virtual/egl" +PROVIDES_remove_mx6q = "virtual/libgles1 virtual/libgles2 virtual/libopenvg virtual/egl virtual/libgl" +PROVIDES_remove_mx6dl = "virtual/libgles1 virtual/libgles2 virtual/libopenvg virtual/egl virtual/libgl" +PROVIDES_remove_mx6sx = "virtual/libgles1 virtual/libgles2 virtual/libopenvg virtual/egl virtual/libgl" +PROVIDES_remove_mx6sl = "virtual/libgles1 virtual/libgles2 virtual/libopenvg virtual/egl" USE_VIV_LIBGL = "no" USE_VIV_LIBGL_mx6q = "yes" -- 2.40.1