From: Scott Murray Date: Fri, 20 Dec 2024 19:54:36 +0000 (-0500) Subject: applaunchd: update Flutter app service template X-Git-Tag: 18.0.4~2 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F60%2F30660%2F2;p=AGL%2Fmeta-agl.git 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/+/30660 ci-image-build: Jenkins Job builder account ci-image-boot-test: Jenkins Job builder account Reviewed-by: Jan-Simon Moeller Tested-by: Jenkins Job builder account --- 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