diff options
author | Khem Raj <raj.khem@gmail.com> | 2025-02-04 09:36:33 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-02-04 14:15:22 -0800 |
commit | 84ce79bdf75e38b1d703339140e3611de15c344e (patch) | |
tree | 94d8505f2096e6b4cea0ba3fac91e3c1adf3f685 | |
parent | 0ea2df0462edc0c01e787b6ee6c0e20cd6a42fc7 (diff) | |
download | meta-clang-84ce79bdf75e38b1d703339140e3611de15c344e.tar.gz |
libmodulemd,libblockdev,webkitgtk: Disable g-i on x86
Somehow g-i parser is confused with glibc 2.41 headers on x86
when using clang, it works ok when using gcc
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | conf/nonclangable.conf | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/conf/nonclangable.conf b/conf/nonclangable.conf index cac734d..f546058 100644 --- a/conf/nonclangable.conf +++ b/conf/nonclangable.conf | |||
@@ -703,3 +703,9 @@ SELECTED_OPTIMIZATION:append:pn-libjxl:arm:toolchain-clang = " -Og" | |||
703 | # qemu usermode crashes when using clang as system compiler but works with gcc | 703 | # qemu usermode crashes when using clang as system compiler but works with gcc |
704 | # see https://patchwork.yoctoproject.org/project/oe-core/patch/20240923234336.3978188-1-raj.khem@gmail.com/ | 704 | # see https://patchwork.yoctoproject.org/project/oe-core/patch/20240923234336.3978188-1-raj.khem@gmail.com/ |
705 | GI_DATA_ENABLED:pn-vte:toolchain-clang:armv7ve = "False" | 705 | GI_DATA_ENABLED:pn-vte:toolchain-clang:armv7ve = "False" |
706 | |||
707 | # in following 4 recipes g-i fails to parse glibc 2.41 headers with clang | ||
708 | GI_DATA_ENABLED:pn-libmodulemd:toolchain-clang:x86 = "False" | ||
709 | GI_DATA_ENABLED:pn-libblockdev:toolchain-clang:x86 = "False" | ||
710 | GI_DATA_ENABLED:pn-webkitgtk3:toolchain-clang:x86 = "False" | ||
711 | GI_DATA_ENABLED:pn-webkitgtk:toolchain-clang:x86 = "False" | ||