From b3e3c322dc64dae763fe892929f61e5841baf113 Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Thu, 4 Aug 2022 17:09:14 -0400 Subject: meta-app-framework: update Flutter app template Update systemd template unit for Flutter based applications for the embedder binary rename (to flutter-auto) and a required rename of the application id command-line option (to --xdg-shell-app-id). Bug-AGL: SPEC-4485 Signed-off-by: Scott Murray Change-Id: Icb03775f379929a852d3b270d52b3e88277aa3cc Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/27862 Reviewed-by: Jan-Simon Moeller ci-image-boot-test: Jan-Simon Moeller Tested-by: Jan-Simon Moeller --- .../recipes-core/applaunchd/applaunchd/agl-app-flutter@.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 7802bb240..c69c1862e 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 @@ -5,4 +5,4 @@ Description=%I Type=simple User=agl-driver Environment=XDG_RUNTIME_DIR=/run/user/1001/ -ExecStart=/usr/bin/flutter --b=/usr/share/flutter/%I --app-id=%I +ExecStart=/usr/bin/flutter-auto --b=/usr/share/flutter/%I --xdg-shell-app-id=%I -- cgit 1.2.3-korg