mesa: remove header provided by other package

In case of Gcnano-userland-binary are used,
the KHR include are provided by this package and
there is a conflict with mesa-gl.


Signed-off-by: Christophe Priouzeau <christophe.priouzeau@st.com>
This commit is contained in:
Christophe Priouzeau 2019-05-02 11:03:14 +02:00
parent 81761d5b75
commit 63c2fbdc19
1 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1,3 @@
do_install_append_stm32mpcommon() {
rm -rf ${D}/usr/include/KHR
}