From bbdf5e3bdb72bfe5516cec63573b117d97ed6bc6 Mon Sep 17 00:00:00 2001 From: Joel Winarske Date: Fri, 4 Feb 2022 10:23:54 -0800 Subject: Flutter updates - ivi-homescreen updates * 32-bit build support * EGL build time parameters * Remove build time dependency of libflutter_engine.so. Loads libflutter_engine.so at runtime. * Functional Mouse cursor plugin. Adds --t {theme name} CLI option * DEBUG Check fix for mouse * third party flutter source update * Re-work common code for plugins * Text plugin functional and enabled by default * Use check_ipo_supported to determine lto * Dart message callback -> print to stdout * Support building for iMX8/Vivante EGL * Use revised meta-flutter layout for defining systemd service - move to latest commit for Igalia Flutter Demo application Signed-off-by: Joel Winarske Change-Id: Icfb7292537b3300e3af778c4934551c5d93f1727 --- .../recipes-graphics/flutter-apps/flutter-app-homescreen_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-agl-flutter/recipes-graphics/flutter-apps/flutter-app-homescreen_git.bb') diff --git a/meta-agl-flutter/recipes-graphics/flutter-apps/flutter-app-homescreen_git.bb b/meta-agl-flutter/recipes-graphics/flutter-apps/flutter-app-homescreen_git.bb index 1f57cd7e..09250d6b 100644 --- a/meta-agl-flutter/recipes-graphics/flutter-apps/flutter-app-homescreen_git.bb +++ b/meta-agl-flutter/recipes-graphics/flutter-apps/flutter-app-homescreen_git.bb @@ -10,7 +10,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327" SRC_URI = "git://github.com/felipeerias/flutter_homescreen.git;protocol=https;branch=main" -SRCREV = "283f915354dcc81410b30534c1eda063d0e78888" +SRCREV = "08bf271f7f1f14153a41005718a2090fa8e783f0" S = "${WORKDIR}/git" -- cgit 1.2.3-korg