aboutsummaryrefslogtreecommitdiffstats
path: root/meta-gnome/recipes-gimp/gegl
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2023-03-03 23:13:09 -0800
committerKhem Raj <raj.khem@gmail.com>2023-03-04 10:41:27 -0800
commit722f52981add6cd1a11bedf575cedb0a6e795c5b (patch)
tree63daf74a2b5ad90838cdf1164a5d8a0f0cd30922 /meta-gnome/recipes-gimp/gegl
parentdd42a6296505cd60b46535e244170b08b9bd6965 (diff)
downloadmeta-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/gegl')
-rw-r--r--meta-gnome/recipes-gimp/gegl/gegl_0.4.40.bb2
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 d5291711bb..7fe64a9bd5 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 = " \
"
DEPENDS:append:toolchain-clang = " openmp"
+DEPENDS:remove:toolchain-clang:riscv32 = "openmp"
+DEPENDS:remove:toolchain-clang:powerpc = "openmp"
GNOMEBASEBUILDCLASS = "meson"