]> code.ossystems Code Review - openembedded-core.git/commit
shadow: fix building systemd with useradd-staticids.bbclass enabled
authorAndreas Müller <schnitzeltony@googlemail.com>
Thu, 10 Apr 2014 18:07:48 +0000 (20:07 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 23 Apr 2014 10:41:03 +0000 (11:41 +0100)
commit33c7892326de296cc6d143577be5b395ac887d91
tree1a7b2a0e20e217d3c9b5a5279fb98499c699fba3
parent413fc934fadbd3603b7f78dfd3cc0ac83bb0377f
shadow: fix building systemd with useradd-staticids.bbclass enabled

| groupadd: 'systemd-journal-gateway' is not a valid group name

Without useradd-staticids enabled, group 'systemd-journal-gateway' is created
by useradd and that seems not to care for GROUP_NAME_MAX_LENGTH which has 16 by
default.

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-extended/shadow/shadow.inc