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:
@@ -4,7 +4,7 @@
|
|||||||
# Hardlink recipe sysroot and generated sysroot to instant native sysroot
|
# Hardlink recipe sysroot and generated sysroot to instant native sysroot
|
||||||
#------------------------------------------------------------------------------
|
#------------------------------------------------------------------------------
|
||||||
|
|
||||||
inherit utils instant-paths
|
inherit instant-paths
|
||||||
|
|
||||||
do_prepare_recipe_sysroot[postfuncs] += "${INSTANTSYSROOTFUNC}"
|
do_prepare_recipe_sysroot[postfuncs] += "${INSTANTSYSROOTFUNC}"
|
||||||
INSTANTSYSROOTFUNC = ""
|
INSTANTSYSROOTFUNC = ""
|
||||||
|
|||||||
Reference in New Issue
Block a user