]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.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)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 10 Sep 2023 07:54:33 +0000 (08:54 +0100)
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>
meta/recipes-graphics/wayland/weston-init.bb

index 1884b5d4401061516ff5f76bf1318cf20b4d78b5..024e400665eff141c41661f55ec112dafaa65c34 100644 (file)
@@ -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