[1/2] tbb: enable native/nativesdk builds

Message ID 20220107105555.2981551-1-ross.burton@arm.com
State New
Headers show
Series [1/2] tbb: enable native/nativesdk builds | expand

Commit Message

Ross Burton Jan. 7, 2022, 10:55 a.m. UTC
Signed-off-by: Ross Burton <ross.burton@arm.com>
---
 meta-oe/recipes-support/tbb/tbb_2021.4.0.bb | 2 ++
 1 file changed, 2 insertions(+)

Patch

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"
 
 # The latest version of oneTBB does not support PPC
 COMPATIBLE_MACHINE:powerpc = "(!.*ppc).*"
+
+BBCLASSEXTEND = "native nativesdk"