diff options
-rw-r--r-- | meta-gnome/recipes-gimp/babl/babl_0.1.74.bb | 3 |
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 | |||
10 | 10 | ||
11 | DEPENDS += "lcms" | 11 | DEPENDS += "lcms" |
12 | 12 | ||
13 | # https://bugs.llvm.org/show_bug.cgi?id=45555 | ||
14 | CFLAGS_append_toolchain-clang_mipsarch = " -ffp-exception-behavior=ignore " | ||
15 | |||
13 | SRC_URI = "https://download.gimp.org/pub/${BPN}/0.1/${BP}.tar.xz" | 16 | SRC_URI = "https://download.gimp.org/pub/${BPN}/0.1/${BP}.tar.xz" |
14 | SRC_URI[md5sum] = "d032853f2678bc95054c39d4f02045c1" | 17 | SRC_URI[md5sum] = "d032853f2678bc95054c39d4f02045c1" |
15 | SRC_URI[sha256sum] = "9a710b6950da37ada94cd9e2046cbce26de12473da32a7b79b7d1432fc66ce0e" | 18 | SRC_URI[sha256sum] = "9a710b6950da37ada94cd9e2046cbce26de12473da32a7b79b7d1432fc66ce0e" |