From da54622a46c474863b836e51a970a11c72ad2e9e Mon Sep 17 00:00:00 2001 From: Hidenori Matsubayashi Date: Sat, 8 Apr 2023 07:43:19 +0900 Subject: [PATCH] Update for flutter 3.7.10 (#80) Signed-off-by: Hidenori Matsubayashi --- README.md | 2 +- conf/flutter-engine.conf | 2 +- recipes-graphics/flutter-embedded-linux/repository.inc | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b3bbf1d..d129d8a 100644 --- a/README.md +++ b/README.md @@ -87,7 +87,7 @@ When creating a Flutter project, you will need to use the following version of t | Engine version | Flutter SDK version | | :-------------: | :-------------: | -| [ec975089acb540fc60752606a3d3ba809dd1528b](https://github.com/flutter/engine/commit/ec975089acb540fc60752606a3d3ba809dd1528b) | [3.7.9 (stable channel)](https://github.com/flutter/flutter/releases/tag/3.7.9) | +| [ec975089acb540fc60752606a3d3ba809dd1528b](https://github.com/flutter/engine/commit/ec975089acb540fc60752606a3d3ba809dd1528b) | [3.7.10 (stable channel)](https://github.com/flutter/flutter/releases/tag/3.7.10) | 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 bab4448..655e18d 100644 --- a/conf/flutter-engine.conf +++ b/conf/flutter-engine.conf @@ -1,4 +1,4 @@ -# Flutter 3.7.9 (stable channel) +# Flutter 3.7.10 (stable channel) ENGINE_VERSION ?= "ec975089acb540fc60752606a3d3ba809dd1528b" # Flutter Build Mode [debug-mode|profile-mode|release-mode] diff --git a/recipes-graphics/flutter-embedded-linux/repository.inc b/recipes-graphics/flutter-embedded-linux/repository.inc index dc2eb1d..ac2225c 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 = "9b58e60c789ef81a6cda0eba9b33170e0db98adc" +SRCREV = "393c4e09f56f0f65dcbfa68110147d4846b1f7c6" S = "${WORKDIR}/git"