From a05b6420a8efd8eeec024eb8b6e5857a4c5cdd10 Mon Sep 17 00:00:00 2001 From: Hidenori Matsubayashi Date: Thu, 13 Apr 2023 19:53:15 +0900 Subject: [PATCH] Update for flutter 3.7.11 (#81) Signed-off-by: Hidenori Matsubayashi --- README.md | 4 ++-- conf/flutter-engine.conf | 4 ++-- recipes-graphics/flutter-embedded-linux/repository.inc | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index d129d8a..b18c7f6 100644 --- a/README.md +++ b/README.md @@ -80,14 +80,14 @@ $ ./tmp/deploy/sdk/poky-glibc-x86_64-core-image-weston-aarch64-qemuarm64-toolcha The default build targets are fixed to Linux, Arm64, and the following Flutter Engine version in the config file. ``` -ENGINE_VERSION ?= "ec975089acb540fc60752606a3d3ba809dd1528b" +ENGINE_VERSION ?= "1a65d409c7a1438a34d21b60bf30a6fd5db59314" ``` When creating a Flutter project, you will need to use the following version of the Flutter SDK. | Engine version | Flutter SDK version | | :-------------: | :-------------: | -| [ec975089acb540fc60752606a3d3ba809dd1528b](https://github.com/flutter/engine/commit/ec975089acb540fc60752606a3d3ba809dd1528b) | [3.7.10 (stable channel)](https://github.com/flutter/flutter/releases/tag/3.7.10) | +| [1a65d409c7a1438a34d21b60bf30a6fd5db59314](https://github.com/flutter/engine/commit/1a65d409c7a1438a34d21b60bf30a6fd5db59314) | [3.7.11 (stable channel)](https://github.com/flutter/flutter/releases/tag/3.7.11) | 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/conf/flutter-engine.conf b/conf/flutter-engine.conf index 655e18d..233a9ed 100644 --- a/conf/flutter-engine.conf +++ b/conf/flutter-engine.conf @@ -1,5 +1,5 @@ -# Flutter 3.7.10 (stable channel) -ENGINE_VERSION ?= "ec975089acb540fc60752606a3d3ba809dd1528b" +# Flutter 3.7.11 (stable channel) +ENGINE_VERSION ?= "1a65d409c7a1438a34d21b60bf30a6fd5db59314" # Flutter Build Mode [debug-mode|profile-mode|release-mode] PACKAGECONFIG ?= "release-mode" diff --git a/recipes-graphics/flutter-embedded-linux/repository.inc b/recipes-graphics/flutter-embedded-linux/repository.inc index ac2225c..ea28743 100644 --- a/recipes-graphics/flutter-embedded-linux/repository.inc +++ b/recipes-graphics/flutter-embedded-linux/repository.inc @@ -6,5 +6,5 @@ LICENSE = "BSD-3-Clause" LIC_FILES_CHKSUM = "file://LICENSE;md5=d45359c88eb146940e4bede4f08c821a" SRC_URI = "git://github.com/sony/flutter-embedded-linux.git;protocol=https;branch=master" -SRCREV = "393c4e09f56f0f65dcbfa68110147d4846b1f7c6" +SRCREV = "43caf24dd4a75a967f04760409bcfa3641deffed" S = "${WORKDIR}/git"