From 6960b0d1c461910bdf6dab4fade24df3b7808e20 Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Fri, 20 Dec 2024 14:54:36 -0500 Subject: applaunchd: update Flutter app service template Update Flutter app template service unit for the new embedder command line option syntax. Also remove the now stale default Flutter version / runtime environment variable definitions, as we rely on the definitions from the agl-flutter-env package being present, anyways. Bug-AGL: SPEC-5326 Change-Id: Ia5352cb2c3ca0490d0e8a474957507c440785ec6 Signed-off-by: Scott Murray Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/30699 ci-image-build: Jenkins Job builder account Tested-by: Jenkins Job builder account Reviewed-by: Marius Vlad ci-image-boot-test: Jenkins Job builder account --- .../recipes-core/applaunchd/applaunchd/agl-app-flutter@.service | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'meta-app-framework/recipes-core') diff --git a/meta-app-framework/recipes-core/applaunchd/applaunchd/agl-app-flutter@.service b/meta-app-framework/recipes-core/applaunchd/applaunchd/agl-app-flutter@.service index a9a2527e0..b0018f791 100644 --- a/meta-app-framework/recipes-core/applaunchd/applaunchd/agl-app-flutter@.service +++ b/meta-app-framework/recipes-core/applaunchd/applaunchd/agl-app-flutter@.service @@ -4,9 +4,7 @@ Description=%I [Service] Type=simple User=agl-driver -Environment=FLUTTER_VERSION=3.3.7 -Environment=FLUTTER_RUNTIME=release EnvironmentFile=-/etc/default/flutter EnvironmentFile=-/etc/default/%I Environment=XDG_RUNTIME_DIR=/run/user/1001/ -ExecStart=/usr/bin/flutter-auto --b=/usr/share/flutter/%I/${FLUTTER_VERSION}/${FLUTTER_RUNTIME} --xdg-shell-app-id=%I +ExecStart=/usr/bin/flutter-auto -b /usr/share/flutter/%I/${FLUTTER_VERSION}/${FLUTTER_RUNTIME} --xdg-shell-app-id %I -- cgit 1.2.3-korg