[Buildroot] [PATCH 1/2] package/flutter-engine: bump to version 3.19.0

Andreas Naumann anaumann at ultratronik.de
Mon Feb 19 09:51:54 UTC 2024


This also fixes an error during configure due to 3.16.8 not being
compatible to Python 3.12 (which we lately bumped to)

Signed-off-by: Andreas Naumann <anaumann at ultratronik.de>
---
 package/flutter-engine/flutter-engine.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/flutter-engine/flutter-engine.mk b/package/flutter-engine/flutter-engine.mk
index d08274f546..0d719e29eb 100644
--- a/package/flutter-engine/flutter-engine.mk
+++ b/package/flutter-engine/flutter-engine.mk
@@ -21,7 +21,7 @@
 #
 # There is no hash provided, as the gn binary (used for configuration) relies
 # on the .git directories. As such, a reproducible tarball is not possible.
-FLUTTER_ENGINE_VERSION = 3.16.8
+FLUTTER_ENGINE_VERSION = 3.19.0
 
 # There is nothing for Buildroot to download. This is handled by gclient.
 FLUTTER_ENGINE_SITE =
-- 
2.34.1




More information about the buildroot mailing list