diff options
author | Joel Winarske <joel.winarske@gmail.com> | 2023-10-17 10:35:36 -0700 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2023-10-18 16:33:26 -0400 |
commit | 15df7f399d57729b6583d24cecf0e9d7add75a03 (patch) | |
tree | 64102eeea404a326558d497dd7208328cc22b69f /meta-agl-flutter/tools/configs/_repos.json | |
parent | d9670d5543f8a9444ab01d39ad8a95bc1aee3df3 (diff) |
Flutter 3.13.2 update
-README update
-workspace-automation configs
* _global.json - move to 3.13.2
* _repos.json - remove wonderous, update commits, add depot_tools
* flutter-engine.json - flutter engine local build (optional)
* desktop-auto.json - remove clang from desktop-auto config
-flutter-engine recipe
* remove bbappend patches
-flutter-auto
* update agl-shell PACKAGECONFIG addition
* remove patches
upstream picked up 0001-shell-wayland-display-Handle-flags-as-bitfield-entri.patch
dropped 0001-Add-optional-agl_shell-plugin.patch
Bug-AGL: SPEC-4936
Signed-off-by: Joel Winarske <joel.winarske@gmail.com>
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Change-Id: Iddd7c0f735abb4d114ba89a8bf0e49977b469150
Diffstat (limited to 'meta-agl-flutter/tools/configs/_repos.json')
-rw-r--r-- | meta-agl-flutter/tools/configs/_repos.json | 24 |
1 files changed, 7 insertions, 17 deletions
diff --git a/meta-agl-flutter/tools/configs/_repos.json b/meta-agl-flutter/tools/configs/_repos.json index d1d42d42..e15bd123 100644 --- a/meta-agl-flutter/tools/configs/_repos.json +++ b/meta-agl-flutter/tools/configs/_repos.json @@ -1,6 +1,7 @@ [ { "uri": "https://github.com/toyota-connected/ivi-homescreen.git", + "rev": "f42c61c5349ed4981767239f6ba052c315d89c3a", "branch": "agl" }, { @@ -8,24 +9,15 @@ "branch": "main" }, { - "uri": "https://github.com/gskinnerTeam/flutter-wonderous-app.git", - "branch": "main", - "pubspec_path": "flutter-wonderous-app" - }, - { - "uri": "https://github.com/flutter/pinball.git", - "branch": "main", - "pubspec_path": "pinball" - }, - { "uri": "https://github.com/flutter/gallery.git", "branch": "master", - "rev": "9eb785cb997ff56c46e933c1c591f0a6f31454f6", + "rev": "22a07bf664a2128684ec245032c05b1c8f10048e", "pubspec_path": "gallery" }, { "uri": "https://github.com/mogol/flutter_secure_storage.git", "branch": "develop", + "rev": "3bb93366161a787b07c45d8ce98c7405b40fbf1f", "pubspec_path": "flutter_secure_storage/flutter_secure_storage/example" }, { @@ -35,14 +27,12 @@ "pubspec_path": "flutter_animated_background/example" }, { - "uri": "https://github.com/felipeerias/flutter_homescreen.git", - "branch": "main", - "rev": "08bf271f7f1f14153a41005718a2090fa8e783f0", - "pubspec_path": "flutter_homescreen" - }, - { "uri": "https://github.com/bernardpumped/ped.git", "branch": "agl", "pubspec_path": "ped" + }, + { + "uri": "https://chromium.googlesource.com/chromium/tools/depot_tools.git", + "branch": "main" } ] |