]> code.ossystems Code Review - openembedded-core.git/commit
useradd: Ensure do_populate_sysroot has dependency on useradd variables
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 31 May 2019 16:45:57 +0000 (17:45 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 1 Jun 2019 10:26:56 +0000 (11:26 +0100)
commit37d0382a3c67f47f8cfdd977a041069bf912b8c3
tree8598cde74d00a32fa361611da300a143b3bfc5b9
parent174690b1745eadc6981d83b7c6869712e835b5d0
useradd: Ensure do_populate_sysroot has dependency on useradd variables

The do_populate_sysroot task doesn't rerun if you change any of the USERADD_PARAM
or GROUPADD_PARAM variables, only do_package will.

If another task depends on the recipe, this means it won't see any updated changes.

This patch adds in the missing vardeps ensuring the code is deterministic.

[YOCTO #13232]

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/useradd.bbclass