]> code.ossystems Code Review - openembedded-core.git/commit
weston-init: introduce WESTON_GROUP
authorRichard Leitner <richard.leitner@skidata.com>
Wed, 4 Nov 2020 14:25:32 +0000 (15:25 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 8 Nov 2020 14:03:16 +0000 (14:03 +0000)
commit8d4e0ac61671646749a30c72782376307b3e0c82
treeae53bb76dc95feb772e8e92f8357e11a941624b7
parent019d9128af813cb87b702ae10aa630c79fc24c00
weston-init: introduce WESTON_GROUP

Currently the WESTON_USER variable is used as user and group name for
chown'ing XDG_RUNTIME_DIR. If WESTON_USER has no group with the same
name this fails.

Therefore add a new WESTON_GROUP variable which is set to WESTON_USER if
not specified to ensure backwards compatibility.

Signed-off-by: Richard Leitner <richard.leitner@skidata.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-graphics/wayland/weston-init/weston-start