diff options
author | Scott Murray <scott.murray@konsulko.com> | 2024-12-20 14:54:36 -0500 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2024-12-31 15:32:25 +0000 |
commit | 6960b0d1c461910bdf6dab4fade24df3b7808e20 (patch) | |
tree | 88421e9ac92a21a1a7ec3608dad3ef9fbd72e2ab /meta-app-framework/recipes-core | |
parent | 9d60ec30cfb6ad67c2ff6338487bbf201355556c (diff) |
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 <scott.murray@konsulko.com>
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 <marius.vlad@collabora.com>
ci-image-boot-test: Jenkins Job builder account
Diffstat (limited to 'meta-app-framework/recipes-core')
-rw-r--r-- | meta-app-framework/recipes-core/applaunchd/applaunchd/agl-app-flutter@.service | 4 |
1 files changed, 1 insertions, 3 deletions
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 |