]> code.ossystems Code Review - openembedded-core.git/commit
base.bbclass, staging.bbclass: Move prepare_recipe_sysroot task dependency
authorPeter Kjellerstedt <peter.kjellerstedt@axis.com>
Tue, 2 Apr 2019 18:38:10 +0000 (20:38 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 3 Apr 2019 13:46:57 +0000 (14:46 +0100)
commitfe6d020dd609fbde7e4413cef9bbdd4e3962c82c
treebab9c40ad77867038a5a6e7bbea53ad560052dd8
parent2af4d6eb2526d60b26bc5128068541ff3350fb58
base.bbclass, staging.bbclass: Move prepare_recipe_sysroot task dependency

Move prepare_recipe_sysroot's task dependency on populate_sysroot from
base.bbclass (where it was specified in the middle of do_configure's
definition) to staging.bbclass (where the rest of
do_prepare_recipe_sysroot is defined). This was a left-over from when
recipe specific sysroots were introduced in commit 809746f5 and the
task dependency on populate_sysroot was moved from do_configure to
do_prepare_recipe_sysroot.

Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/base.bbclass
meta/classes/staging.bbclass