summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core
diff options
context:
space:
mode:
authorPeter Bergin <peter@berginkonsult.se>2021-09-10 14:35:34 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-09-11 22:39:19 +0100
commit457cc45f51e78a532930d0347de271f24ae0a2ee (patch)
tree86c4c8b4723195fa599eaffce1a9fc0c11e07576 /meta/recipes-core
parent90f5034e4899d162a587dee4e525d783a8e7beb2 (diff)
downloadpoky-457cc45f51e78a532930d0347de271f24ae0a2ee.tar.gz
systemd: add packageconfig for wheel-group
If the distro does not include the group 'wheel' systemd will complain when trying to parse ACL rules for tmpfiles.d. systemd-tmpfiles[273]: Failed to parse ACL "d:group:adm:r-x,d:group:wheel:r-x": Invalid argument. Ignoring Systemd has a configuration parameter to avoid using 'wheel' group in the standard config files for tmpfiles. Add this as a PACKAGECONFIG and enable it by default to keep default. (From OE-Core rev: 1b5648e6aeb9837cb807ce086c26fbfaa16f6f8b) Signed-off-by: Peter Bergin <peter@berginkonsult.se> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r--meta/recipes-core/systemd/systemd_249.3.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-core/systemd/systemd_249.3.bb b/meta/recipes-core/systemd/systemd_249.3.bb
index c1594d7cc5..c027b88fd6 100644
--- a/meta/recipes-core/systemd/systemd_249.3.bb
+++ b/meta/recipes-core/systemd/systemd_249.3.bb
@@ -93,6 +93,7 @@ PACKAGECONFIG ??= " \
93 userdb \ 93 userdb \
94 utmp \ 94 utmp \
95 vconsole \ 95 vconsole \
96 wheel-group \
96 zstd \ 97 zstd \
97" 98"
98 99
@@ -196,6 +197,7 @@ PACKAGECONFIG[userdb] = "-Duserdb=true,-Duserdb=false"
196PACKAGECONFIG[utmp] = "-Dutmp=true,-Dutmp=false" 197PACKAGECONFIG[utmp] = "-Dutmp=true,-Dutmp=false"
197PACKAGECONFIG[valgrind] = "-DVALGRIND=1,,valgrind" 198PACKAGECONFIG[valgrind] = "-DVALGRIND=1,,valgrind"
198PACKAGECONFIG[vconsole] = "-Dvconsole=true,-Dvconsole=false,,${PN}-vconsole-setup" 199PACKAGECONFIG[vconsole] = "-Dvconsole=true,-Dvconsole=false,,${PN}-vconsole-setup"
200PACKAGECONFIG[wheel-group] = "-Dwheel-group=true, -Dwheel-group=false"
199PACKAGECONFIG[xdg-autostart] = "-Dxdg-autostart=true,-Dxdg-autostart=false" 201PACKAGECONFIG[xdg-autostart] = "-Dxdg-autostart=true,-Dxdg-autostart=false"
200# Verify keymaps on locale change 202# Verify keymaps on locale change
201PACKAGECONFIG[xkbcommon] = "-Dxkbcommon=true,-Dxkbcommon=false,libxkbcommon" 203PACKAGECONFIG[xkbcommon] = "-Dxkbcommon=true,-Dxkbcommon=false,libxkbcommon"