From b3f0d385d48f65d71531e86aad4e03ca77d2f48b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Mon, 29 Aug 2022 22:21:44 +0200 Subject: [PATCH] instant-sysroot-native: Do not inherit utils.bbclass MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * With latest changes in core/bitbake utils is not found anymore * It is inherited by base.bbclass anyway Signed-off-by: Andreas Müller --- classes/instant-sysroot-native.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/classes/instant-sysroot-native.bbclass b/classes/instant-sysroot-native.bbclass index 83aa383..12e535a 100644 --- a/classes/instant-sysroot-native.bbclass +++ b/classes/instant-sysroot-native.bbclass @@ -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 = ""