From 93dec321980091b8abfa1f7d72c50b844c63167c Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Mon, 10 Feb 2025 08:50:38 -0800 Subject: libmodulemd,libblockdev,webkitgtk: Disable g-i on x86-64 Somehow g-i parser is confused with glibc 2.41 headers on x86-64 as well when using clang, it works ok when using gcc Signed-off-by: Khem Raj --- conf/nonclangable.conf | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/conf/nonclangable.conf b/conf/nonclangable.conf index 4a5f70d..9a577c7 100644 --- a/conf/nonclangable.conf +++ b/conf/nonclangable.conf @@ -708,8 +708,12 @@ SELECTED_OPTIMIZATION:append:pn-libjxl:arm:toolchain-clang = " -Og" # see https://patchwork.yoctoproject.org/project/oe-core/patch/20240923234336.3978188-1-raj.khem@gmail.com/ GI_DATA_ENABLED:pn-vte:toolchain-clang:armv7ve = "False" -# in following 4 recipes g-i fails to parse glibc 2.41 headers with clang +# in following 4 recipes g-i fails to parse glibc 2.41 headers with clang on x86 arches GI_DATA_ENABLED:pn-libmodulemd:toolchain-clang:x86 = "False" GI_DATA_ENABLED:pn-libblockdev:toolchain-clang:x86 = "False" GI_DATA_ENABLED:pn-webkitgtk3:toolchain-clang:x86 = "False" GI_DATA_ENABLED:pn-webkitgtk:toolchain-clang:x86 = "False" +GI_DATA_ENABLED:pn-libmodulemd:toolchain-clang:x86-64 = "False" +GI_DATA_ENABLED:pn-libblockdev:toolchain-clang:x86-64 = "False" +GI_DATA_ENABLED:pn-webkitgtk3:toolchain-clang:x86-64 = "False" +GI_DATA_ENABLED:pn-webkitgtk:toolchain-clang:x86-64 = "False" -- cgit v1.2.3-54-g00ecf