mirror of
git://git.yoctoproject.org/meta-intel.git
synced 2025-07-19 21:09:03 +02:00
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:
parent
ce15d6f655
commit
585655e5be
|
@ -17,3 +17,4 @@ if [ x"$D" = "x" ]; then
|
||||||
if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi
|
if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
BBCLASSEXTEND = "native nativesdk"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user