| 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 <[email protected]> --- meta/recipes-extended/shadow/shadow.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-extended/shadow/shadow.inc b/meta/recipes-extended/shadow/shadow.inc index d6bf73b..a4e9634 100644 --- a/meta/recipes-extended/shadow/shadow.inc +++ b/meta/recipes-extended/shadow/shadow.inc @@ -60,6 +60,7 @@ inherit autotools gettext EXTRA_OECONF += "--without-audit \ --without-libcrack \ --without-selinux \ + --with-group-name-max-length=24 \ ${NSCDOPT}" NSCDOPT = "" -- 1.8.3.1 -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
