From 281ad6d11a259a87e3e5f458bb64572d11bc9f7c Mon Sep 17 00:00:00 2001 From: Vasyl Vavrychuk Date: Mon, 28 Feb 2022 18:32:30 +0100 Subject: [PATCH] recipes-graphics: wayland: weston-init: Fix udev rules override SYSTEMD_WANTS. Bug-AGL: SPEC-4321 Change-Id: Iad8f7b099971dbfc65135ad75bc17e2a27b665af Signed-off-by: Vasyl Vavrychuk --- recipes-graphics/wayland/weston-init/zz-dri.rules.in | 2 +- recipes-graphics/wayland/weston-init/zz-input.rules.in | 2 +- recipes-graphics/wayland/weston-init/zz-tty.rules.in | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes-graphics/wayland/weston-init/zz-dri.rules.in b/recipes-graphics/wayland/weston-init/zz-dri.rules.in index 51c68c303..72a6e5318 100644 --- a/recipes-graphics/wayland/weston-init/zz-dri.rules.in +++ b/recipes-graphics/wayland/weston-init/zz-dri.rules.in @@ -1 +1 @@ -SUBSYSTEM=="drm", MODE="0660", GROUP="@WESTONGROUP@", SECLABEL{smack}="*", TAG+="systemd", ENV{SYSTEMD_WANTS}="weston@@WESTONUSER@.service" +SUBSYSTEM=="drm", MODE="0660", GROUP="@WESTONGROUP@", SECLABEL{smack}="*", TAG+="systemd", ENV{SYSTEMD_WANTS}+="weston@@WESTONUSER@.service" diff --git a/recipes-graphics/wayland/weston-init/zz-input.rules.in b/recipes-graphics/wayland/weston-init/zz-input.rules.in index fb3e677f4..868f31479 100644 --- a/recipes-graphics/wayland/weston-init/zz-input.rules.in +++ b/recipes-graphics/wayland/weston-init/zz-input.rules.in @@ -1 +1 @@ -SUBSYSTEM=="input", MODE="0660", GROUP="input", SECLABEL{smack}="*", TAG+="systemd", ENV{SYSTEMD_WANTS}="weston@@WESTONUSER@.service" +SUBSYSTEM=="input", MODE="0660", GROUP="input", SECLABEL{smack}="*", TAG+="systemd", ENV{SYSTEMD_WANTS}+="weston@@WESTONUSER@.service" diff --git a/recipes-graphics/wayland/weston-init/zz-tty.rules.in b/recipes-graphics/wayland/weston-init/zz-tty.rules.in index e5ce4b553..f7e54c079 100644 --- a/recipes-graphics/wayland/weston-init/zz-tty.rules.in +++ b/recipes-graphics/wayland/weston-init/zz-tty.rules.in @@ -1 +1 @@ -SUBSYSTEM=="tty", KERNEL=="tty7", OWNER="@WESTONUSER@", SECLABEL{smack}="*", TAG+="systemd", ENV{SYSTEMD_WANTS}="weston@@WESTONUSER@.service" +SUBSYSTEM=="tty", KERNEL=="tty7", OWNER="@WESTONUSER@", SECLABEL{smack}="*", TAG+="systemd", ENV{SYSTEMD_WANTS}+="weston@@WESTONUSER@.service" -- 2.16.6