[meta-ti] [PATCH] mesa appends: remove PROVIDES
Andreas Müller
schnitzeltony at googlemail.com
Thu Oct 24 02:29:38 PDT 2013
These came in when mesa was reworked. Nowadays they are useless and what
they try to do achieve is wrong: provider for virtual/libgsl should be
mesa-gl. The appends were left in to avoid backward revision trouble in
package feeds.
Signed-off-by: Andreas Müller <schnitzeltony at googlemail.com>
---
recipes-graphics/mesa/mesa-omap3-common.inc | 7 -------
recipes-graphics/mesa/mesa_9.1.6.bbappend | 3 ++-
recipes-graphics/mesa/mesa_git.bbappend | 3 ++-
3 files changed, 4 insertions(+), 9 deletions(-)
delete mode 100644 recipes-graphics/mesa/mesa-omap3-common.inc
diff --git a/recipes-graphics/mesa/mesa-omap3-common.inc b/recipes-graphics/mesa/mesa-omap3-common.inc
deleted file mode 100644
index 0340770..0000000
--- a/recipes-graphics/mesa/mesa-omap3-common.inc
+++ /dev/null
@@ -1,7 +0,0 @@
-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"
diff --git a/recipes-graphics/mesa/mesa_9.1.6.bbappend b/recipes-graphics/mesa/mesa_9.1.6.bbappend
index 164ec1b..8445337 100644
--- a/recipes-graphics/mesa/mesa_9.1.6.bbappend
+++ b/recipes-graphics/mesa/mesa_9.1.6.bbappend
@@ -1 +1,2 @@
-require mesa-omap3-common.inc
+PRINC := "${@int(PRINC) + 1}"
+
diff --git a/recipes-graphics/mesa/mesa_git.bbappend b/recipes-graphics/mesa/mesa_git.bbappend
index 164ec1b..8445337 100644
--- a/recipes-graphics/mesa/mesa_git.bbappend
+++ b/recipes-graphics/mesa/mesa_git.bbappend
@@ -1 +1,2 @@
-require mesa-omap3-common.inc
+PRINC := "${@int(PRINC) + 1}"
+
--
1.8.3.1
More information about the meta-ti
mailing list