]> code.ossystems Code Review - openembedded-core.git/commit
base.bbclass: add dependency on pseudo from do_prepare_recipe_sysroot
authorMattias Hansson <mattias.hansson@axis.com>
Fri, 17 Jan 2020 17:14:33 +0000 (19:14 +0200)
committerArmin Kuster <akuster808@gmail.com>
Thu, 23 Jan 2020 02:14:57 +0000 (18:14 -0800)
commit86f196dc077de7f3f6664e69703a96245b42ddc0
tree1ace040b5a9563533225767398065f2f3a90d48f
parenta8adb7d23172acb587c259a28aa0c9e2df83f228
base.bbclass: add dependency on pseudo from do_prepare_recipe_sysroot

do_prepare_recipe_sysroot may perform groupadd, which requires pseudo.
However, do_prepare_recipe_sysroot does not depend on pseudo explicitly,
which sometimes causes a build error when building a recipe that adds
groups.

This issue only occurs when executing do_prepare_recipe_sysroot for a
recipe that adds groups before finishing a task that depends on pseudo
for a recipe that doesn't add groups.

Signed-off-by: Mattias Hansson <mattihn@axis.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Signed-off-by: Adrian Bunk <bunk@stusta.de>
meta/classes/base.bbclass