From 78b123d98e558e2837158f50aac05fc3be77c8e1 Mon Sep 17 00:00:00 2001 From: Naoto Yamaguchi Date: Sun, 21 May 2023 14:02:50 +0900 Subject: Improvement to psplash recipe using service override Last psplash patch has some HACK implementation for drl lease support. It cause complex change to psplash service file. This patch fix this issue reusing sandbox/ishii.hiroyuki/psplash-drm, that is worked by ishii hiroyuki. Bug-AGL: SPEC-4804 Change-Id: I4ae514293fbf1bc5a6cde4bcf96ff59ea8ba9b08 Signed-off-by: Naoto Yamaguchi --- recipes-core/psplash/files/psplash-portrait.conf | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'recipes-core/psplash/files/psplash-portrait.conf') diff --git a/recipes-core/psplash/files/psplash-portrait.conf b/recipes-core/psplash/files/psplash-portrait.conf index 1423cf9d..d74f9779 100644 --- a/recipes-core/psplash/files/psplash-portrait.conf +++ b/recipes-core/psplash/files/psplash-portrait.conf @@ -1,3 +1,2 @@ [Service] -ExecStart= -ExecStart=/usr/bin/psplash --angle 90 +Environment=PSPLASH_ANGLE_ARGS='--angle 90' -- cgit 1.2.3-korg