Files
poky/meta/classes
Richard Purdie 44607330cd 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]

(From OE-Core rev: 37d0382a3c67f47f8cfdd977a041069bf912b8c3)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2019-06-01 11:27:06 +01:00
..
2019-04-12 09:29:06 +01:00
2019-02-08 10:57:19 +00:00
2018-11-14 11:14:40 +00:00
2019-03-06 23:12:27 +00:00
2019-04-23 23:30:20 +01:00