From: Richard Purdie Date: Wed, 18 Sep 2019 10:49:43 +0000 (+0100) Subject: meta-extsdk: Either an sstate task is a proper task or it isn't X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~13199 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=53d6cd98216e3b73c0c90e42223efd1a2b649358;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git meta-extsdk: Either an sstate task is a proper task or it isn't Ensure the task is properly regsistered as an sstate task as this "half way" state confuses new code in bitbake and it isn't supported. Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-core/meta/meta-extsdk-toolchain.bb b/meta/recipes-core/meta/meta-extsdk-toolchain.bb index 235d6ecc0f4..b4009ceaa18 100644 --- a/meta/recipes-core/meta/meta-extsdk-toolchain.bb +++ b/meta/recipes-core/meta/meta-extsdk-toolchain.bb @@ -24,3 +24,8 @@ python do_locked_sigs() { sigfile = os.path.join(outdir, 'locked-sigs-extsdk-toolchain.inc') oe.copy_buildsystem.generate_locked_sigs(sigfile, d) } + +python do_locked_sigs_setscene () { + sstate_setscene(d) +} +addtask do_locked_sigs_setscene