It workarounds qemu crashes seen when building with clang e.g. | make[3]: *** [Makefile:2397: 24/gimp-controller.svg] Segmentation fault | make[3]: *** Waiting for unfinished jobs.... | make[3]: *** [Makefile:2397: 24/gimp-color-space-perceptual.svg] Segmentation fault | make[3]: *** [Makefile:2397: 24/gimp-controller-keyboard.svg] Segmentation fault | make[3]: *** [Makefile:2397: 24/gimp-colormap.svg] Segmentation fault
Signed-off-by: Khem Raj <[email protected]> --- meta-gnome/recipes-gimp/gimp/gimp_2.10.30.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-gnome/recipes-gimp/gimp/gimp_2.10.30.bb b/meta-gnome/recipes-gimp/gimp/gimp_2.10.30.bb index a74e240ff6..68a7a923e2 100644 --- a/meta-gnome/recipes-gimp/gimp/gimp_2.10.30.bb +++ b/meta-gnome/recipes-gimp/gimp/gimp_2.10.30.bb @@ -53,6 +53,7 @@ EXTRA_OECONF = "--disable-python \ EXTRA_OECONF:append:toolchain-clang:riscv32 = " --disable-vector-icons" EXTRA_OECONF:append:toolchain-clang:mips = " --disable-vector-icons" +EXTRA_OECONF:append:toolchain-clang:x86 = " --disable-vector-icons" do_configure:append() { find ${B} -name Makefile | xargs sed -i s:'-I$(includedir)':'-I.':g -- 2.35.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#95259): https://lists.openembedded.org/g/openembedded-devel/message/95259 Mute This Topic: https://lists.openembedded.org/mt/88991424/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
