Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 1/3] weston-init: remove misleading comment about udev rule
@ 2023-08-04 20:04 Otavio Salvador
  2023-08-04 20:04 ` [PATCH 2/3] weston-init: fix init code indentation Otavio Salvador
  2023-08-04 20:04 ` [PATCH 3/3] weston-init: mimic systemd behavior when running in sysvinit Otavio Salvador
  0 siblings, 2 replies; 7+ messages in thread
From: Otavio Salvador @ 2023-08-04 20:04 UTC (permalink / raw)
  To: openembedded-core; +Cc: Otavio Salvador, Tom Hochstein

The udev rule has been removed but the comment has kept, by
mistake. Remove it.

Fixes: dd83fb40f7 ("weston-init: Stop running weston as root")
Tested-by: Tom Hochstein <tom.hochstein@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
---

 meta/recipes-graphics/wayland/weston-init.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-graphics/wayland/weston-init.bb b/meta/recipes-graphics/wayland/weston-init.bb
index 1884b5d440..024e400665 100644
--- a/meta/recipes-graphics/wayland/weston-init.bb
+++ b/meta/recipes-graphics/wayland/weston-init.bb
@@ -36,7 +36,7 @@ do_install() {
 		sed -i 's#ROOTHOME#${ROOT_HOME}#' ${D}/${sysconfdir}/init.d/weston
 	fi
 
-	# Install Weston systemd service and accompanying udev rule
+	# Install Weston systemd service
 	if ${@bb.utils.contains('DISTRO_FEATURES','systemd','true','false',d)}; then
 		install -D -p -m0644 ${WORKDIR}/weston.service ${D}${systemd_system_unitdir}/weston.service
 		install -D -p -m0644 ${WORKDIR}/weston.socket ${D}${systemd_system_unitdir}/weston.socket
-- 
2.41.0



^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2023-08-07 11:36 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-04 20:04 [PATCH 1/3] weston-init: remove misleading comment about udev rule Otavio Salvador
2023-08-04 20:04 ` [PATCH 2/3] weston-init: fix init code indentation Otavio Salvador
2023-08-04 20:04 ` [PATCH 3/3] weston-init: mimic systemd behavior when running in sysvinit Otavio Salvador
2023-08-04 23:54   ` [OE-core] " Khem Raj
2023-08-05 12:48     ` Otavio Salvador
2023-08-07  8:56   ` Alexandre Belloni
2023-08-07 11:35     ` Otavio Salvador

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox