[meta-ti] [PATCH] mesa-omap3-common.inc: Add missing virtual/mesa in PROVIDES

Khem Raj raj.khem at gmail.com
Sat Jan 11 02:53:44 PST 2014


We shave too much here, this lands into trouble of pulling mesa-gl
to provide virtual/mesa since we overwrote mesa to just provide
virtual/libgl and nothing else, this patch will fix the errors where
both mesa and mesa-gl will be pulled when building a recipe that demands
virtual/libgl

Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 recipes-graphics/mesa/mesa-omap3-common.inc | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/recipes-graphics/mesa/mesa-omap3-common.inc b/recipes-graphics/mesa/mesa-omap3-common.inc
index 0340770..e8daaa6 100644
--- a/recipes-graphics/mesa/mesa-omap3-common.inc
+++ b/recipes-graphics/mesa/mesa-omap3-common.inc
@@ -1,7 +1,7 @@
 PRINC := "${@int(PRINC) + 1}"
 
 # avoid providing conflicts for libgles-omap3 compatibles
-PROVIDES_omap3 = "virtual/libgl"
-PROVIDES_ti814x = "virtual/libgl"
-PROVIDES_ti816x = "virtual/libgl"
-PROVIDES_ti33x = "virtual/libgl"
+PROVIDES_omap3 = "virtual/libgl virtual/mesa"
+PROVIDES_ti814x = "virtual/libgl virtual/mesa"
+PROVIDES_ti816x = "virtual/libgl virtual/mesa"
+PROVIDES_ti33x = "virtual/libgl virtual/mesa"
-- 
1.8.5.2



More information about the meta-ti mailing list