From 5ff0ebc497f4e46a34102ece667d357d36ec3d6a Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Fri, 7 Jan 2022 10:55:54 +0000 Subject: tbb: enable native/nativesdk builds Signed-off-by: Ross Burton Signed-off-by: Khem Raj --- meta-oe/recipes-support/tbb/tbb_2021.4.0.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta-oe/recipes-support/tbb') 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" -- cgit 1.2.3-korg