From d6f78fb86a268d4b4303db56a5fc5e3c66621939 Mon Sep 17 00:00:00 2001 From: Hidenori Matsubayashi Date: Fri, 27 Oct 2023 21:42:31 +0900 Subject: [PATCH] release: upgrade to flutter 3.13.9 (#101) 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 c1d07ab..3aa02a0 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 ?= "a794cf2681c6c9fe7b260e0e84de96298dc9c18b" +ENGINE_VERSION ?= "0545f8705df301877d787107bac1a6e9fc9ee1ad" ``` When creating a Flutter project, you will need to use the following version of the Flutter SDK. | Engine version | Flutter SDK version | | :-------------: | :-------------: | -| [a794cf2681c6c9fe7b260e0e84de96298dc9c18b](https://github.com/flutter/engine/commit/a794cf2681c6c9fe7b260e0e84de96298dc9c18b) | [3.13.6 (stable channel)](https://github.com/flutter/flutter/releases/tag/3.13.6) | +| [0545f8705df301877d787107bac1a6e9fc9ee1ad](https://github.com/flutter/engine/commit/0545f8705df301877d787107bac1a6e9fc9ee1ad) | [3.13.9 (stable channel)](https://github.com/flutter/flutter/releases/tag/3.13.9) | 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 8c8ef47..aa51848 100644 --- a/conf/flutter-engine.conf +++ b/conf/flutter-engine.conf @@ -1,5 +1,5 @@ -# Flutter 3.13.6 (stable channel) -ENGINE_VERSION ?= "a794cf2681c6c9fe7b260e0e84de96298dc9c18b" +# Flutter 3.13.9 (stable channel) +ENGINE_VERSION ?= "0545f8705df301877d787107bac1a6e9fc9ee1ad" # 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 9bcdbf7..3607f1c 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 = "ac2a2c66427b5bbb2af6338312f3b27dc04556ab" +SRCREV = "505468a7476665f4b2c06fa919d05a54c9e2f097" S = "${WORKDIR}/git"