From 63c2fbdc199073068b710c9ed5b3b10710111889 Mon Sep 17 00:00:00 2001 From: Christophe Priouzeau Date: Thu, 2 May 2019 11:03:14 +0200 Subject: [PATCH] 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 --- recipes-graphics/mesa/mesa-gl_%.bbappend | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 recipes-graphics/mesa/mesa-gl_%.bbappend diff --git a/recipes-graphics/mesa/mesa-gl_%.bbappend b/recipes-graphics/mesa/mesa-gl_%.bbappend new file mode 100644 index 0000000..739154d --- /dev/null +++ b/recipes-graphics/mesa/mesa-gl_%.bbappend @@ -0,0 +1,3 @@ +do_install_append_stm32mpcommon() { + rm -rf ${D}/usr/include/KHR +}