From 5818f865c5a7df2955b6de60bc1cdfd8b2ef7a2e Mon Sep 17 00:00:00 2001 From: Hidenori Matsubayashi Date: Fri, 22 Apr 2022 12:54:15 +0900 Subject: [PATCH] Update for flutter 2.10.5 (flutter/engine is the same version as 2.10.4) (#36) Signed-off-by: Hidenori.Matsubayashi --- README.md | 2 +- recipes-graphics/flutter-engine/flutter-engine.bb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 918f32d..7953c94 100644 --- a/README.md +++ b/README.md @@ -75,7 +75,7 @@ When creating a Flutter project, you will need to use the following version of t | Engine version | Flutter SDK version | | :-------------: | :-------------: | -| [57d3bac3dd5cb5b0e464ab70e7bc8a0d8cf083ab](https://github.com/flutter/engine/commit/57d3bac3dd5cb5b0e464ab70e7bc8a0d8cf083ab) | [2.10.4 (stable channel)](https://github.com/flutter/flutter/releases/tag/2.10.4) | +| [57d3bac3dd5cb5b0e464ab70e7bc8a0d8cf083ab](https://github.com/flutter/engine/commit/57d3bac3dd5cb5b0e464ab70e7bc8a0d8cf083ab) | [2.10.5 (stable channel)](https://github.com/flutter/flutter/releases/tag/2.10.5) | If you want to change the version of the Flutter engine, change to the appropriate version of the Flutter SDK and add the following to `conf/local.conf`: ``` diff --git a/recipes-graphics/flutter-engine/flutter-engine.bb b/recipes-graphics/flutter-engine/flutter-engine.bb index d6430b3..322b4fc 100644 --- a/recipes-graphics/flutter-engine/flutter-engine.bb +++ b/recipes-graphics/flutter-engine/flutter-engine.bb @@ -15,7 +15,7 @@ GN_TOOLS_PYTHON2_PATH ??= "bootstrap-2@3.8.10.chromium.23_bin" require gn-args-utils.inc -# Flutter 2.10.4 (stable channel) +# Flutter 2.10.5 (stable channel) ENGINE_VERSION ?= "57d3bac3dd5cb5b0e464ab70e7bc8a0d8cf083ab" PACKAGECONFIG ?= "release-mode" PACKAGECONFIG[debug-mode] = "--runtime-mode debug --unoptimized"