diff options
author | Khem Raj <raj.khem@gmail.com> | 2023-04-05 20:56:27 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-04-05 23:54:56 -0700 |
commit | a80e993aec34e1589f73035c2a1c62829cc70a29 (patch) | |
tree | cc280e337042bff59db206d73db559c0f2c997ca /meta-gnome/recipes-gimp | |
parent | cb125e2befbfb5ccc78b11128f78b67f9a740410 (diff) | |
download | meta-openembedded-a80e993aec34e1589f73035c2a1c62829cc70a29.tar.gz |
babl: Drop clang10 workaround for mips/rv64
The issue reported in [1] works fine with clang 15+
This effectively reverts b12e87f84c4af258e8ea8cc78ed075989cbf9dcb
and ff19c7c5694f79271ae26543562e5563d4250559
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-gnome/recipes-gimp')
-rw-r--r-- | meta-gnome/recipes-gimp/babl/babl_0.1.102.bb | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/meta-gnome/recipes-gimp/babl/babl_0.1.102.bb b/meta-gnome/recipes-gimp/babl/babl_0.1.102.bb index b12dc162f..9954ac9c9 100644 --- a/meta-gnome/recipes-gimp/babl/babl_0.1.102.bb +++ b/meta-gnome/recipes-gimp/babl/babl_0.1.102.bb | |||
@@ -10,10 +10,6 @@ inherit setuptools3 gnomebase gobject-introspection vala | |||
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 | CFLAGS:append:toolchain-clang:riscv64 = " -ffp-exception-behavior=ignore " | ||
16 | |||
17 | SRC_URI = "https://download.gimp.org/pub/${BPN}/0.1/${BP}.tar.xz" | 13 | SRC_URI = "https://download.gimp.org/pub/${BPN}/0.1/${BP}.tar.xz" |
18 | SRC_URI[sha256sum] = "a88bb28506575f95158c8c89df6e23686e50c8b9fea412bf49fe8b80002d84f0" | 14 | SRC_URI[sha256sum] = "a88bb28506575f95158c8c89df6e23686e50c8b9fea412bf49fe8b80002d84f0" |
19 | 15 | ||