]> code.ossystems Code Review - openembedded-core.git/commit
useradd: do not delete users and groups during configure
authorJoe Slater <jslater@windriver.com>
Tue, 16 Aug 2016 18:16:20 +0000 (11:16 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 13 Sep 2016 14:17:32 +0000 (15:17 +0100)
commit936150306cb13022edcadf862947c357932e80ee
tree32ef1c418de2a672a2f762482ecd25d70d5b5660
parentac8f1e58ca3a0945795087cad9443be3e3e6ead8
useradd: do not delete users and groups during configure

If two recipes both create the same users and groups, the
second recipe can delete items created by the first causing
things like "chown" to fail for the first recipe.

Signed-off-by: Joe Slater <jslater@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/classes/useradd.bbclass