Update meta-flutter 36/27136/1
authorJoel Winarske <joel.winarske@gmail.com>
Fri, 4 Feb 2022 18:52:22 +0000 (10:52 -0800)
committerJoel Winarske <joel.winarske@gmail.com>
Fri, 4 Feb 2022 18:55:24 +0000 (10:55 -0800)
- meta-flutter updates
  Deprecate FLUTTER_CHANNEL in favor of FLUTTER_SDK_TAG
  Remove need for TARGET_GCC_VERSION and FLUTTER_CLANG_VERSION variables
  Enable building for private engine branches
  vk-flutter-engine recipes (temporary till Vulkan PR is merged to master)
  ivi-homescreen package parameters for setting EGL GLES 2/3, EGL Context version, EGL Transparency flag.
  separate package for flutter engine_sdk.  Allows optional install to target image
  default FLUTTER_CHANNEL = "stable", opposed to "beta".
  FLUTTER_APPLICATION_PATH variable to support monolithic flutter app repos.  Allows setting project path from base repo.
  FLUTTER_EXTRA_BUILD_ARGS to pass parameters to 'flutter build bundle'.
  Add build dependency libxbcommon required for text plugin support

Signed-off-by: Joel Winarske <joel.winarske@gmail.com>
Change-Id: Ie362b6b9669940500d930543cf5262b8f9d15c09

default.xml

index 92d5dee..90dae62 100644 (file)
@@ -61,7 +61,7 @@
   <project name="ros/meta-ros" path="external/meta-ros" remote="github" revision="7ded597103e8e54ffa979d042cdbbedb76ff7cb5" upstream="dunfell"/>
 
   <!-- meta-flutter -->
-  <project name="meta-flutter/meta-flutter" path="external/meta-flutter" remote="github" revision="4d484dea63c527da1c435efb45ed20d1ab0dadc3" upstream="dunfell"/>
+  <project name="meta-flutter/meta-flutter" path="external/meta-flutter" remote="github" revision="7d59dea18a27b16b0cede7ad5143281b82dd6701" upstream="dunfell"/>
 
   <!-- BSPs -->