From 3412119d1c73044052d48f0ea1d79ab5fe551af7 Mon Sep 17 00:00:00 2001 From: Hidenori Matsubayashi Date: Fri, 16 Feb 2024 20:44:57 +0900 Subject: [PATCH] release: upgrade to flutter 3.19.0 (#109) 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 f3c9ba3..3bea71c 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 ?= "f40e976bedff57e69e1b3d89a7c2a3c617a03dad" +ENGINE_VERSION ?= "04817c99c9fd4956f27505204f7e344335810aed" ``` When creating a Flutter project, you will need to use the following version of the Flutter SDK. | Engine version | Flutter SDK version | | :-------------: | :-------------: | -| [f40e976bedff57e69e1b3d89a7c2a3c617a03dad](https://github.com/flutter/engine/commit/f40e976bedff57e69e1b3d89a7c2a3c617a03dad) | [3.16.8 (stable channel)](https://github.com/flutter/flutter/releases/tag/3.16.9) | +| [04817c99c9fd4956f27505204f7e344335810aed](https://github.com/flutter/engine/commit/04817c99c9fd4956f27505204f7e344335810aed) | [3.19.0 (stable channel)](https://github.com/flutter/flutter/releases/tag/3.19.0) | 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 c468190..fbe39a7 100644 --- a/conf/flutter-engine.conf +++ b/conf/flutter-engine.conf @@ -1,5 +1,5 @@ -# Flutter 3.16.9 (stable channel) -ENGINE_VERSION ?= "f40e976bedff57e69e1b3d89a7c2a3c617a03dad" +# Flutter 3.19.0 (stable channel) +ENGINE_VERSION ?= "04817c99c9fd4956f27505204f7e344335810aed" # 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 daf5f68..77abf2f 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 = "28de1eb56d6afff0ae7bdc68787a0ae620ccc51d" +SRCREV = "185d73a596b7be5793f0febc0967f0e576cb8ce7" S = "${WORKDIR}/git"