mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
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>
This commit is contained in:
parent
dd42a62965
commit
722f52981a
|
|
@ -14,6 +14,8 @@ DEPENDS = " \
|
|||
"
|
||||
|
||||
DEPENDS:append:toolchain-clang = " openmp"
|
||||
DEPENDS:remove:toolchain-clang:riscv32 = "openmp"
|
||||
DEPENDS:remove:toolchain-clang:powerpc = "openmp"
|
||||
|
||||
GNOMEBASEBUILDCLASS = "meson"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user