aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2020-04-16 09:08:50 -0700
committerKhem Raj <raj.khem@gmail.com>2020-04-16 11:40:40 -0700
commitb12e87f84c4af258e8ea8cc78ed075989cbf9dcb (patch)
tree37688cf323a6cfa53c2f17cdb1dd5a650dc41880
parent0381df8146d1229717893fffd1c54e2af3a5962e (diff)
downloadmeta-openembedded-contrib-b12e87f84c4af258e8ea8cc78ed075989cbf9dcb.tar.gz
babl: Workaround a crash seen in clang compiler
This is a workaround as suggested in [1] [1] https://bugs.llvm.org/show_bug.cgi?id=45555#c1 Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-gnome/recipes-gimp/babl/babl_0.1.74.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-gnome/recipes-gimp/babl/babl_0.1.74.bb b/meta-gnome/recipes-gimp/babl/babl_0.1.74.bb
index 59921d3448..55462dcdd7 100644
--- a/meta-gnome/recipes-gimp/babl/babl_0.1.74.bb
+++ b/meta-gnome/recipes-gimp/babl/babl_0.1.74.bb
@@ -10,6 +10,9 @@ inherit setuptools3 gnomebase gobject-introspection
DEPENDS += "lcms"
+# https://bugs.llvm.org/show_bug.cgi?id=45555
+CFLAGS_append_toolchain-clang_mipsarch = " -ffp-exception-behavior=ignore "
+
SRC_URI = "https://download.gimp.org/pub/${BPN}/0.1/${BP}.tar.xz"
SRC_URI[md5sum] = "d032853f2678bc95054c39d4f02045c1"
SRC_URI[sha256sum] = "9a710b6950da37ada94cd9e2046cbce26de12473da32a7b79b7d1432fc66ce0e"