From: Otavio Salvador Date: Thu, 30 Jul 2015 20:32:32 +0000 (-0300) Subject: mesa: Remove virtual/libopenvg from providers list X-Git-Tag: 2.1~411 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=b33e2a1f77655f625f3a4477a345991310af615b;p=meta-freescale.git 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 --- 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"