]> code.ossystems Code Review - openembedded-core.git/commit
useradd_base.bbclass: Do not warn without a reason
authorPeter Kjellerstedt <peter.kjellerstedt@axis.com>
Tue, 20 Oct 2015 17:14:14 +0000 (19:14 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 21 Oct 2015 21:52:19 +0000 (22:52 +0100)
commitf775e4cffe45edb673a414a2038c4f2b09b9b827
tree7ed1bd6b0eaff7ce919926f698d0422e4610ca13
parent33960902b9c36575ddda3d926d70fa13bbad85f6
useradd_base.bbclass: Do not warn without a reason

In c0da4270c76375a7a8cbcc09319fe4570ebbc5bd two bbwarn were changed to
bbnote for the case where an added user or group already exists. The
same should have been done for groupmems, groupdel and userdel as well
since the warnings that are currently generated are superflouous.

The two remaining similar bbwarn for groupmod and usermod are left as
is since there they actually make sense.

Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/classes/useradd_base.bbclass