diff mbox series

[meta-arago,scarthgap/master] weston: remove group and usermod lines

Message ID 20240625210249.2064678-1-rs@ti.com
State Accepted
Delegated to: Ryan Eatmon
Headers show
Series [meta-arago,scarthgap/master] weston: remove group and usermod lines | expand

Commit Message

Randolph Sapp June 25, 2024, 9:02 p.m. UTC
From: Randolph Sapp <rs@ti.com>

Remove these group and usermod additions as the associated patches have
been merged into oe-core as of commit:

3134fca12c6f74d2b99f79fb751bc5513c5b937a

Signed-off-by: Randolph Sapp <rs@ti.com>
---
 .../recipes-graphics/wayland/weston_13.0.0.bbappend         | 6 ------
 1 file changed, 6 deletions(-)
diff mbox series

Patch

diff --git a/meta-arago-distro/recipes-graphics/wayland/weston_13.0.0.bbappend b/meta-arago-distro/recipes-graphics/wayland/weston_13.0.0.bbappend
index 80a768f2..ba3be91c 100644
--- a/meta-arago-distro/recipes-graphics/wayland/weston_13.0.0.bbappend
+++ b/meta-arago-distro/recipes-graphics/wayland/weston_13.0.0.bbappend
@@ -5,9 +5,3 @@  PR:append = ".arago1"
 SRC_URI += " \
         file://0001-Revert-require-GL_EXT_unpack_subimage-commit.patch \
 "
-
-# required for weston user to interact with the render devices
-inherit extrausers
-EXTRA_USERS_PARAMS = " \
-        usermod -aG render weston; \
-"