diff options
author | Joel Winarske <joel.winarske@gmail.com> | 2024-03-21 09:00:52 -0700 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2024-03-26 21:47:05 +0000 |
commit | 3152f13c24c450482e3430a82d73be021e6cbbfa (patch) | |
tree | f2a28bd3fabf28bc2a6384c4c3812895ae53f609 /recipes-demo/flutter-ics-homescreen/flutter-ics-homescreen_git.bb | |
parent | bf8fc5765e1c4cff367447c4e7b67b98565f1da2 (diff) |
Update meta-flutter
- change reference from meta-flutter to flutter-layer
- add meta-flutter-apps to check
- remove BBMASK for ivi-homescreen recipe
- update the flutter apps (remove FLUTTER_APPLICATION_INSTALL_PREFIX)
Change-Id: I4929dca34e380e7aacc1b0cc037a7a812fa7b313
Signed-off-by: Joel Winarske <joel.winarske@gmail.com>
Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl-demo/+/29778
Diffstat (limited to 'recipes-demo/flutter-ics-homescreen/flutter-ics-homescreen_git.bb')
-rw-r--r-- | recipes-demo/flutter-ics-homescreen/flutter-ics-homescreen_git.bb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/recipes-demo/flutter-ics-homescreen/flutter-ics-homescreen_git.bb b/recipes-demo/flutter-ics-homescreen/flutter-ics-homescreen_git.bb index 6dacebb57..576e5a7d1 100644 --- a/recipes-demo/flutter-ics-homescreen/flutter-ics-homescreen_git.bb +++ b/recipes-demo/flutter-ics-homescreen/flutter-ics-homescreen_git.bb @@ -20,8 +20,6 @@ SRCREV = "5587c6ae79b482fbff26442bb239d7d7eb55a337" S = "${WORKDIR}/git" PUBSPEC_APPNAME = "flutter_ics_homescreen" -FLUTTER_APPLICATION_INSTALL_PREFIX = "/flutter" - FLUTTER_BUILD_ARGS = "bundle -v" inherit flutter-app systemd update-alternatives |