1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-06-06 02:42:34 +00:00

mesa: add appends to avoid providing conflicts

For libgles-omap3 compatible machines mesa should only provide libgl.

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>

Rebased to squash removal of mesa-xlib.

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
This commit is contained in:
Andreas Müller
2012-09-04 18:20:57 +02:00
committed by Denys Dmytriyenko
parent 9ef35da0c8
commit bef66dc21a
3 changed files with 9 additions and 0 deletions
@@ -0,0 +1 @@
require mesa-omap3-common.inc
@@ -0,0 +1 @@
require 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"