summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorPeter Kjellerstedt <pkj@axis.com>2025-09-28 18:37:33 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2025-10-02 11:28:02 +0100
commitbd486ce49955feadf1f538213e4b2d7e47ebd0e8 (patch)
treed4f78973a27e9e458c2863c47647e6add5f474d8 /meta
parent1996c092722d20523c86ce3849a5163669430579 (diff)
downloadpoky-bd486ce49955feadf1f538213e4b2d7e47ebd0e8.tar.gz
shadow: Increase the maximum group name length to 32 (the default)
Back in 2014, the maximum group name length was increased from 16 (the default) to 24. Since then, the default has increased to 32, and our configuration is now actually a decrease in maximum group name length. Remove the configuration to use the default instead, which aligns the maximum group name length with the maximum user name length. (From OE-Core rev: 02c98c3b199bfe3c6b8acd6e2ebf13088564c351) Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com> Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-extended/shadow/shadow_4.18.0.bb1
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/recipes-extended/shadow/shadow_4.18.0.bb b/meta/recipes-extended/shadow/shadow_4.18.0.bb
index 6842a46dd7..ba65fc7196 100644
--- a/meta/recipes-extended/shadow/shadow_4.18.0.bb
+++ b/meta/recipes-extended/shadow/shadow_4.18.0.bb
@@ -42,7 +42,6 @@ inherit autotools gettext github-releases pkgconfig
42export CONFIG_SHELL = "/bin/sh" 42export CONFIG_SHELL = "/bin/sh"
43 43
44EXTRA_OECONF += " \ 44EXTRA_OECONF += " \
45 --with-group-name-max-length=24 \
46 --enable-subordinate-ids=yes \ 45 --enable-subordinate-ids=yes \
47 --without-sssd \ 46 --without-sssd \
48 ${NSCDOPT}" 47 ${NSCDOPT}"