From 3152f13c24c450482e3430a82d73be021e6cbbfa Mon Sep 17 00:00:00 2001 From: Joel Winarske Date: Thu, 21 Mar 2024 09:00:52 -0700 Subject: 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 Signed-off-by: Jan-Simon Moeller Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl-demo/+/29778 --- recipes-demo/flutter-nav/flutter-nav_git.bb | 1 - 1 file changed, 1 deletion(-) (limited to 'recipes-demo/flutter-nav') diff --git a/recipes-demo/flutter-nav/flutter-nav_git.bb b/recipes-demo/flutter-nav/flutter-nav_git.bb index 0e8b8ac7..11668052 100644 --- a/recipes-demo/flutter-nav/flutter-nav_git.bb +++ b/recipes-demo/flutter-nav/flutter-nav_git.bb @@ -24,7 +24,6 @@ inherit agl-app flutter-app # flutter-app ############# PUBSPEC_APPNAME = "flutter_navigation" -FLUTTER_APPLICATION_INSTALL_PREFIX = "/flutter" FLUTTER_BUILD_ARGS = "bundle -v" # agl-app -- cgit 1.2.3-korg