setup-intel-oneapi-env: add native and nativesdk to BBCLASSEXTEND

Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com>
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
This commit is contained in:
Naveen Saini 2022-11-16 17:50:09 +08:00 committed by Anuj Mittal
parent ce15d6f655
commit 585655e5be

View File

@ -17,3 +17,4 @@ if [ x"$D" = "x" ]; then
if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi
fi
}
BBCLASSEXTEND = "native nativesdk"