]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
weston-init: remove misleading comment about udev rule
authorOtavio Salvador <otavio@ossystems.com.br>
Sat, 9 Sep 2023 12:54:58 +0000 (09:54 -0300)
committerSteve Sakoman <steve@sakoman.com>
Fri, 13 Oct 2023 02:23:08 +0000 (16:23 -1000)
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>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 8aa3d43fa1c53cdce45ec88a49f27b076d3812ac)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
meta/recipes-graphics/wayland/weston-init.bb

index 99b99f72f1f2f786c437f8aebed15ec4d0a086ca..c2708e38d68a71cf704af0a0d4603d198f3c4d2d 100644 (file)
@@ -35,7 +35,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