From 94cea2b5f3091de0326c4d7322b45de2ce9fae3b Mon Sep 17 00:00:00 2001 From: Jose Quaresma Date: Wed, 27 Jan 2021 11:52:32 +0000 Subject: [PATCH] glslang: disable precompiled header - precompiled headers have reproducible issues [1] [1] https://autobuilder.yocto.io/pub/repro-fail/oe-reproducible-20210125-3iawhiyz/packages/diff-html Signed-off-by: Jose Quaresma Signed-off-by: Richard Purdie --- meta/recipes-graphics/glslang/glslang_11.1.0.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-graphics/glslang/glslang_11.1.0.bb b/meta/recipes-graphics/glslang/glslang_11.1.0.bb index 5e53f02b1c..fe21dbcf50 100644 --- a/meta/recipes-graphics/glslang/glslang_11.1.0.bb +++ b/meta/recipes-graphics/glslang/glslang_11.1.0.bb @@ -18,6 +18,7 @@ inherit cmake python3native EXTRA_OECMAKE = " \ -DCMAKE_BUILD_TYPE=Release \ -DBUILD_SHARED_LIBS=ON \ + -DENABLE_PCH=OFF \ -DENABLE_CTEST=OFF \ -DBUILD_EXTERNAL=OFF \ " -- 2.40.1