summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2025-02-10 08:50:38 -0800
committerKhem Raj <raj.khem@gmail.com>2025-02-11 00:26:07 -0800
commit93dec321980091b8abfa1f7d72c50b844c63167c (patch)
tree242bc81d70f3c9aeaf9847b5b1ad7011e21d2330
parent0fd7bbf1ccc41529f1d7cea0728b9cae572729ad (diff)
downloadmeta-clang-93dec321980091b8abfa1f7d72c50b844c63167c.tar.gz
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 <raj.khem@gmail.com>
-rw-r--r--conf/nonclangable.conf6
1 files changed, 5 insertions, 1 deletions
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"
708# see https://patchwork.yoctoproject.org/project/oe-core/patch/20240923234336.3978188-1-raj.khem@gmail.com/ 708# see https://patchwork.yoctoproject.org/project/oe-core/patch/20240923234336.3978188-1-raj.khem@gmail.com/
709GI_DATA_ENABLED:pn-vte:toolchain-clang:armv7ve = "False" 709GI_DATA_ENABLED:pn-vte:toolchain-clang:armv7ve = "False"
710 710
711# in following 4 recipes g-i fails to parse glibc 2.41 headers with clang 711# in following 4 recipes g-i fails to parse glibc 2.41 headers with clang on x86 arches
712GI_DATA_ENABLED:pn-libmodulemd:toolchain-clang:x86 = "False" 712GI_DATA_ENABLED:pn-libmodulemd:toolchain-clang:x86 = "False"
713GI_DATA_ENABLED:pn-libblockdev:toolchain-clang:x86 = "False" 713GI_DATA_ENABLED:pn-libblockdev:toolchain-clang:x86 = "False"
714GI_DATA_ENABLED:pn-webkitgtk3:toolchain-clang:x86 = "False" 714GI_DATA_ENABLED:pn-webkitgtk3:toolchain-clang:x86 = "False"
715GI_DATA_ENABLED:pn-webkitgtk:toolchain-clang:x86 = "False" 715GI_DATA_ENABLED:pn-webkitgtk:toolchain-clang:x86 = "False"
716GI_DATA_ENABLED:pn-libmodulemd:toolchain-clang:x86-64 = "False"
717GI_DATA_ENABLED:pn-libblockdev:toolchain-clang:x86-64 = "False"
718GI_DATA_ENABLED:pn-webkitgtk3:toolchain-clang:x86-64 = "False"
719GI_DATA_ENABLED:pn-webkitgtk:toolchain-clang:x86-64 = "False"