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:43:26 +0000 (11:43 +0100)
commit97c04418a1ee3068a34a9c71c0b930adf35e82c2
treedd0490a6db19718c11efb64ed18b18ecdc568168
parentcc3209b8499603dc2bf27999ff9716582df364d3
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