mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-14 05:49:57 +00:00
gimp: Disable vector icon generation on mips/glibc too
it uses qemu during builds and ends up with multiple crashes
make[3]: *** [Makefile:2395: 24/media-optical.svg] Segmentation fault (core dumped)
make[3]: *** [Makefile:2395: 24/gimp-center.svg] Segmentation fault (core dumped)
make[3]: *** [Makefile:2395: 24/gimp-channel-blue.svg] Segmentation fault (core dumped)
make[3]: *** [Makefile:2395: 24/gimp-channel.svg] Segmentation fault (core dumped)
make[3]: *** [Makefile:2395: 24/gtk-select-color.svg] Segmentation fault (core dumped)
make[3]: *** [Makefile:2395: 24/gimp-business-card.svg] Segmentation fault (core dumped)
make[3]: *** [Makefile:2395: 24/gimp-channel-gray.svg] Segmentation fault (core dumped)
make[3]: *** [Makefile:2395: 24/media-floppy.svg] Segmentation fault (core dumped)
make[3]: *** [Makefile:2395: 24/gimp-channel-alpha.svg] Segmentation fault (core dumped)
make[3]: *** [Makefile:2395: 24/dialog-information.svg] Segmentation fault (core dumped)
make[3]: *** [Makefile:2395: 24/document-print.svg] Segmentation fault (core dumped)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Cc: Andreas Müller <schnitzeltony@gmail.com>
(cherry picked from commit ab840d991a)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
@@ -53,7 +53,7 @@ EXTRA_OECONF = "--disable-python \
|
||||
--disable-check-update \
|
||||
--without-wmf"
|
||||
|
||||
EXTRA_OECONF_append_libc-musl_mipsarch = " --disable-vector-icons"
|
||||
EXTRA_OECONF_append_mipsarch = " --disable-vector-icons"
|
||||
EXTRA_OECONF_append_libc-musl_riscv32 = " --disable-vector-icons"
|
||||
EXTRA_OECONF_append_arm = " --disable-vector-icons"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user