]> 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)
committerArmin Kuster <akuster808@gmail.com>
Mon, 30 Sep 2019 04:38:22 +0000 (21:38 -0700)
commit7f98309c856e0a54dc9dafda91c9db0a33e57425
treead0f315bcdd7c3670cf6967c86907d68f783c56a
parent441a2b8979e69c20e7ed0178cdb210eecdec91e1
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>
(cherry picked from commit 37d0382a3c67f47f8cfdd977a041069bf912b8c3)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
meta/classes/useradd.bbclass