diff options
-rw-r--r-- | meta-oe/recipes-support/tbb/tbb_2021.4.0.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/tbb/tbb_2021.4.0.bb b/meta-oe/recipes-support/tbb/tbb_2021.4.0.bb index 6c64f019cb..02b5d05003 100644 --- a/meta-oe/recipes-support/tbb/tbb_2021.4.0.bb +++ b/meta-oe/recipes-support/tbb/tbb_2021.4.0.bb | |||
@@ -50,3 +50,5 @@ LDFLAGS:append:libc-musl = " -lucontext" | |||
50 | 50 | ||
51 | # The latest version of oneTBB does not support PPC | 51 | # The latest version of oneTBB does not support PPC |
52 | COMPATIBLE_MACHINE:powerpc = "(!.*ppc).*" | 52 | COMPATIBLE_MACHINE:powerpc = "(!.*ppc).*" |
53 | |||
54 | BBCLASSEXTEND = "native nativesdk" | ||