]> code.ossystems Code Review - meta-freescale.git/commit
mesa: Avoid Vivante GPU headers conflict for gl.h and glext.h
authorOtavio Salvador <otavio@ossystems.com.br>
Mon, 20 Jul 2015 22:30:38 +0000 (19:30 -0300)
committerOtavio Salvador <otavio@ossystems.com.br>
Tue, 19 Apr 2016 18:03:13 +0000 (15:03 -0300)
commit614ee7f1c907aeabe37f500431a3491f7132a1bc
tree7ef0a3222327c5e69307a2cc1ae42f79b1f5b61a
parentf54d95fb9b2e539447240a047f5839561202caa2
mesa: Avoid Vivante GPU headers conflict for gl.h and glext.h

The new GPU release include new GL headers which conflict with the
ones provided by mesa. The build fails with:

,----
| ERROR: The recipe imx-gpu-viv is trying to install files into a shared
| area when those files already exist. Those files and their manifest
| location are:
|
|  .../build-framebuffer/tmp/sysroots/imx6qsabresd/usr/include/GL/gl.h
| Matched in manifest-imx6qsabresd-mesa.populate_sysroot
|
| .../build-framebuffer/tmp/sysroots/imx6qsabresd/usr/include/GL/glext.h
| Matched in manifest-imx6qsabresd-mesa.populate_sysroot
`----

This removes of the mesa's headers so the ones provided by Vivante are
used instead.

Fixes [Yocto: #5098].

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
recipes-graphics/mesa/mesa_%.bbappend