]> code.ossystems Code Review - openembedded-core.git/commit
useradd.bbclass: Fix delete user/group when more than one item
authorMariano Lopez <mariano.lopez@linux.intel.com>
Mon, 25 Jul 2016 13:31:25 +0000 (13:31 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 28 Jul 2016 20:30:16 +0000 (21:30 +0100)
commitda191d5c139a6b400d1b8fe246912b081dd18176
treee1f567bd4d1d38f11b1c9a4ccd7c02f920ba6244
parentb32d430c3c7dccf3a8d06ab492d648893a05950f
useradd.bbclass: Fix delete user/group when more than one item

Currently when a recipe adds more than one user/group, the
cleansstate task will delete only the first user/group. This
will solve this behavior and delete all users/groups.

[YOCTO #9943]

Signed-off-by: Mariano Lopez <mariano.lopez@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/classes/useradd.bbclass