diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2023-09-09 09:54:58 -0300 |
---|---|---|
committer | Steve Sakoman <steve@sakoman.com> | 2023-10-18 05:25:19 -1000 |
commit | d6b645127c40fe5731ac5bacdaf09b6895503133 (patch) | |
tree | a03dfc160ac97bf53018f31c40539036492f9012 | |
parent | 4284cd0c18e08784f80922aab914a8f19ff92674 (diff) | |
download | poky-d6b645127c40fe5731ac5bacdaf09b6895503133.tar.gz |
weston-init: remove misleading comment about udev rule
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>
(From OE-Core rev: 35367d029fedc78724396d94abd899e4bd8bef0c)
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>
-rw-r--r-- | meta/recipes-graphics/wayland/weston-init.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/wayland/weston-init.bb b/meta/recipes-graphics/wayland/weston-init.bb index 99b99f72f1..c2708e38d6 100644 --- a/meta/recipes-graphics/wayland/weston-init.bb +++ b/meta/recipes-graphics/wayland/weston-init.bb | |||
@@ -35,7 +35,7 @@ do_install() { | |||
35 | sed -i 's#ROOTHOME#${ROOT_HOME}#' ${D}/${sysconfdir}/init.d/weston | 35 | sed -i 's#ROOTHOME#${ROOT_HOME}#' ${D}/${sysconfdir}/init.d/weston |
36 | fi | 36 | fi |
37 | 37 | ||
38 | # Install Weston systemd service and accompanying udev rule | 38 | # Install Weston systemd service |
39 | if ${@bb.utils.contains('DISTRO_FEATURES','systemd','true','false',d)}; then | 39 | if ${@bb.utils.contains('DISTRO_FEATURES','systemd','true','false',d)}; then |
40 | install -D -p -m0644 ${WORKDIR}/weston.service ${D}${systemd_system_unitdir}/weston.service | 40 | install -D -p -m0644 ${WORKDIR}/weston.service ${D}${systemd_system_unitdir}/weston.service |
41 | install -D -p -m0644 ${WORKDIR}/weston.socket ${D}${systemd_system_unitdir}/weston.socket | 41 | install -D -p -m0644 ${WORKDIR}/weston.socket ${D}${systemd_system_unitdir}/weston.socket |