[meta-ti] =?UTF-8?Q?Andreas=20M=C3=BCller=20?=: mesa: add appends to avoid providing conflicts
Arago Project git
git at arago-project.org
Tue Sep 18 16:58:28 PDT 2012
Module: meta-ti
Branch: master
Commit: bef66dc21a80d237028e003abdc71c66eb0078f9
URL: http://arago-project.org/git/meta-ti.git?a=commit;h=bef66dc21a80d237028e003abdc71c66eb0078f9
Author: Andreas Müller <schnitzeltony at googlemail.com>
Date: Tue Sep 4 18:20:57 2012 +0200
mesa: add appends to avoid providing conflicts
For libgles-omap3 compatible machines mesa should only provide libgl.
Signed-off-by: Andreas Müller <schnitzeltony at googlemail.com>
Rebased to squash removal of mesa-xlib.
Signed-off-by: Denys Dmytriyenko <denys at ti.com>
---
recipes-graphics/mesa/mesa-dri_8.0.4.bbappend | 1 +
recipes-graphics/mesa/mesa-dri_git.bbappend | 1 +
recipes-graphics/mesa/mesa-omap3-common.inc | 7 +++++++
3 files changed, 9 insertions(+), 0 deletions(-)
diff --git a/recipes-graphics/mesa/mesa-dri_8.0.4.bbappend b/recipes-graphics/mesa/mesa-dri_8.0.4.bbappend
new file mode 100644
index 0000000..164ec1b
--- /dev/null
+++ b/recipes-graphics/mesa/mesa-dri_8.0.4.bbappend
@@ -0,0 +1 @@
+require mesa-omap3-common.inc
diff --git a/recipes-graphics/mesa/mesa-dri_git.bbappend b/recipes-graphics/mesa/mesa-dri_git.bbappend
new file mode 100644
index 0000000..164ec1b
--- /dev/null
+++ b/recipes-graphics/mesa/mesa-dri_git.bbappend
@@ -0,0 +1 @@
+require mesa-omap3-common.inc
diff --git a/recipes-graphics/mesa/mesa-omap3-common.inc b/recipes-graphics/mesa/mesa-omap3-common.inc
new file mode 100644
index 0000000..0340770
--- /dev/null
+++ b/recipes-graphics/mesa/mesa-omap3-common.inc
@@ -0,0 +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"
More information about the meta-ti
mailing list