instant-sysroot-native: Do not inherit utils.bbclass

* With latest changes in core/bitbake utils is not found anymore
* It is inherited by base.bbclass anyway

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
This commit is contained in:
Andreas Müller
2022-08-29 22:21:44 +02:00
parent 8fb46b4dea
commit b3f0d385d4

View File

@@ -4,7 +4,7 @@
# Hardlink recipe sysroot and generated sysroot to instant native sysroot
#------------------------------------------------------------------------------
inherit utils instant-paths
inherit instant-paths
do_prepare_recipe_sysroot[postfuncs] += "${INSTANTSYSROOTFUNC}"
INSTANTSYSROOTFUNC = ""