summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/wayland/weston-init.bb
diff options
context:
space:
mode:
authorRandolph Sapp <rs@ti.com>2023-06-09 20:13:34 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-06-13 22:10:29 +0100
commit3134fca12c6f74d2b99f79fb751bc5513c5b937a (patch)
tree63a8ac2677f0765374930c5a3f541d001ba1cf63 /meta/recipes-graphics/wayland/weston-init.bb
parent75beddd33e132333c36ad067e2cf90edffeb5bf5 (diff)
downloadopenembedded-core-3134fca12c6f74d2b99f79fb751bc5513c5b937a.tar.gz
weston-init: make sure the render group exists
Add the render group explicitly here to make sure it exists for the useradd command. Signed-off-by: Randolph Sapp <rs@ti.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Diffstat (limited to 'meta/recipes-graphics/wayland/weston-init.bb')
-rw-r--r--meta/recipes-graphics/wayland/weston-init.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/wayland/weston-init.bb b/meta/recipes-graphics/wayland/weston-init.bb
index a7adce7fda..b637fa6a4a 100644
--- a/meta/recipes-graphics/wayland/weston-init.bb
+++ b/meta/recipes-graphics/wayland/weston-init.bb
@@ -94,5 +94,5 @@ CONFFILES:${PN} += "${sysconfdir}/xdg/weston/weston.ini ${sysconfdir}/default/we
SYSTEMD_SERVICE:${PN} = "weston.service weston.socket"
USERADD_PARAM:${PN} = "--home /home/weston --shell /bin/sh --user-group -G video,input weston"
-GROUPADD_PARAM:${PN} = "-r wayland"
+GROUPADD_PARAM:${PN} = "-r wayland; -r render"