]> 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)
committerSaul Wold <sgw@linux.intel.com>
Fri, 23 May 2014 16:09:38 +0000 (09:09 -0700)
commit103a270d2c094c810faf3bbafb2a429ee08e22f7
tree476a56f3413cc56690d6bd763b43fbdd0d413a2f
parent740deb02b653d1c5174be99c3093dac5af73f6ff
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.

(From OE-Core rev: 33c7892326de296cc6d143577be5b395ac887d91)

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