diff options
author | Khem Raj <raj.khem@gmail.com> | 2023-03-03 23:13:09 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-03-04 10:41:27 -0800 |
commit | 722f52981add6cd1a11bedf575cedb0a6e795c5b (patch) | |
tree | 63daf74a2b5ad90838cdf1164a5d8a0f0cd30922 /meta-gnome/recipes-gimp | |
parent | dd42a6296505cd60b46535e244170b08b9bd6965 (diff) | |
download | meta-openembedded-722f52981add6cd1a11bedf575cedb0a6e795c5b.tar.gz |
gegl: Remove openmp dep for rv32 and ppc32
openmp is not yet ported for these architectures
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-gnome/recipes-gimp')
-rw-r--r-- | meta-gnome/recipes-gimp/gegl/gegl_0.4.40.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-gnome/recipes-gimp/gegl/gegl_0.4.40.bb b/meta-gnome/recipes-gimp/gegl/gegl_0.4.40.bb index d5291711b..7fe64a9bd 100644 --- a/meta-gnome/recipes-gimp/gegl/gegl_0.4.40.bb +++ b/meta-gnome/recipes-gimp/gegl/gegl_0.4.40.bb | |||
@@ -14,6 +14,8 @@ DEPENDS = " \ | |||
14 | " | 14 | " |
15 | 15 | ||
16 | DEPENDS:append:toolchain-clang = " openmp" | 16 | DEPENDS:append:toolchain-clang = " openmp" |
17 | DEPENDS:remove:toolchain-clang:riscv32 = "openmp" | ||
18 | DEPENDS:remove:toolchain-clang:powerpc = "openmp" | ||
17 | 19 | ||
18 | GNOMEBASEBUILDCLASS = "meson" | 20 | GNOMEBASEBUILDCLASS = "meson" |
19 | 21 | ||