From: Jose Quaresma Date: Wed, 27 Jan 2021 11:52:32 +0000 (+0000) Subject: glslang: disable precompiled header X-Git-Tag: uninative-2.10~72 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=94cea2b5f3091de0326c4d7322b45de2ce9fae3b;p=openembedded-core.git 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 --- 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 \ "