From 563db8e33178ccb32db52ef613bf05f5b3151538 Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Mon, 6 Apr 2020 17:24:59 -0400 Subject: meta-agl-profile-graphical: update weston-ready's weston dependency When I switched AGL over to using upstream OE's template unit scheme for running weston as non-root for the zeus upgrade, I missed the dependency in weston-ready.service, update it to weston@display.service to match the new configuration. Bug-AGL: SPEC-3309 Signed-off-by: Scott Murray Change-Id: I0814ae0807bd8d9d6f27e9a0c2e1238f0e89ba7c --- .../recipes-graphics/wayland/weston-ready/weston-ready.service | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'meta-agl-profile-graphical') diff --git a/meta-agl-profile-graphical/recipes-graphics/wayland/weston-ready/weston-ready.service b/meta-agl-profile-graphical/recipes-graphics/wayland/weston-ready/weston-ready.service index 603f5f367..82490fef4 100644 --- a/meta-agl-profile-graphical/recipes-graphics/wayland/weston-ready/weston-ready.service +++ b/meta-agl-profile-graphical/recipes-graphics/wayland/weston-ready/weston-ready.service @@ -1,7 +1,7 @@ [Unit] Description=Wait for Weston readiness -Requires=weston.service -After=weston.service +Requires=weston@display.service +After=weston@display.service [Service] SupplementaryGroups=display -- cgit 1.2.3-korg