From 15df7f399d57729b6583d24cecf0e9d7add75a03 Mon Sep 17 00:00:00 2001 From: Joel Winarske Date: Tue, 17 Oct 2023 10:35:36 -0700 Subject: 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 Signed-off-by: Scott Murray Change-Id: Iddd7c0f735abb4d114ba89a8bf0e49977b469150 --- meta-agl-flutter/conf/include/agl-flutter.inc | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'meta-agl-flutter/conf') diff --git a/meta-agl-flutter/conf/include/agl-flutter.inc b/meta-agl-flutter/conf/include/agl-flutter.inc index a3e166a8..2bd5ffd3 100644 --- a/meta-agl-flutter/conf/include/agl-flutter.inc +++ b/meta-agl-flutter/conf/include/agl-flutter.inc @@ -1,7 +1,3 @@ AGL_FEATURES += "agl-flutter" -FLUTTER_SDK_TAG = "3.3.7" - -# Override flutter-gallery version to set it to a version that builds -# against 3.3.7. -SRCREV:pn-flutter-gallery = "9eb785cb997ff56c46e933c1c591f0a6f31454f6" +FLUTTER_SDK_TAG = "3.13.2" -- cgit 1.2.3-korg