summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended
diff options
context:
space:
mode:
authorAndreas Müller <schnitzeltony@googlemail.com>2014-04-10 20:07:48 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-05-29 13:42:18 +0100
commit46c39b60c57d20eed107a23f61d9591d9f48c8b5 (patch)
tree010010977c80036aebd7600e9bda9716041753b2 /meta/recipes-extended
parent9153d11e6c1ae809107d51f20951a02e4ddcdb12 (diff)
downloadpoky-46c39b60c57d20eed107a23f61d9591d9f48c8b5.tar.gz
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) (From OE-Core rev: 103a270d2c094c810faf3bbafb2a429ee08e22f7) Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended')
-rw-r--r--meta/recipes-extended/shadow/shadow.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-extended/shadow/shadow.inc b/meta/recipes-extended/shadow/shadow.inc
index d6bf73b591..a4e9634a56 100644
--- a/meta/recipes-extended/shadow/shadow.inc
+++ b/meta/recipes-extended/shadow/shadow.inc
@@ -60,6 +60,7 @@ inherit autotools gettext
60EXTRA_OECONF += "--without-audit \ 60EXTRA_OECONF += "--without-audit \
61 --without-libcrack \ 61 --without-libcrack \
62 --without-selinux \ 62 --without-selinux \
63 --with-group-name-max-length=24 \
63 ${NSCDOPT}" 64 ${NSCDOPT}"
64 65
65NSCDOPT = "" 66NSCDOPT = ""