From 6b4da0b0a91637fe54f89d2389e43625ba1d753c Mon Sep 17 00:00:00 2001 From: Gary Bisson Date: Wed, 11 Jul 2018 12:22:17 +0200 Subject: [PATCH] imx-gpu-viv: fix vulkan headers issue They need to be removed in favor of the standard ones. Otherwise GStreamer (or most likely other packages) throws this error: "ERROR: The file /usr/include/vulkan/vk_sdk_platform.h is installed by both vulkan and imx-gpu-viv, aborting" Signed-off-by: Gary Bisson --- recipes-graphics/imx-gpu-viv/imx-gpu-viv-6.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-graphics/imx-gpu-viv/imx-gpu-viv-6.inc b/recipes-graphics/imx-gpu-viv/imx-gpu-viv-6.inc index 2f0abef1..75158444 100644 --- a/recipes-graphics/imx-gpu-viv/imx-gpu-viv-6.inc +++ b/recipes-graphics/imx-gpu-viv/imx-gpu-viv-6.inc @@ -137,7 +137,7 @@ do_install () { cp -r ${S}/gpu-tools/gmem-info/usr/bin/* ${D}${bindir} # Use vulkan header from vulkan recipe to support vkmark - rm -rf ${D}${includedir}/vulkan/vulkan.h + rm -rf ${D}${includedir}/vulkan/ install -d ${D}${libdir}/pkgconfig -- 2.40.1