diff options
author | Joel Winarske <joel.winarske@gmail.com> | 2022-02-04 10:23:54 -0800 |
---|---|---|
committer | Joel Winarske <joel.winarske@gmail.com> | 2022-02-04 16:49:23 -0800 |
commit | bbdf5e3bdb72bfe5516cec63573b117d97ed6bc6 (patch) | |
tree | 59a1b0b12c0c66b29eaa3a6c4c9e8c4b9aaaf022 /meta-agl-flutter/recipes-graphics/flutter-apps | |
parent | 01a6a10fe4447f129b5628892193945ffbeeedc0 (diff) |
Flutter updatesmarlin_12.92.0marlin/12.92.012.92.0
- 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 <joel.winarske@gmail.com>
Change-Id: Icfb7292537b3300e3af778c4934551c5d93f1727
Diffstat (limited to 'meta-agl-flutter/recipes-graphics/flutter-apps')
-rw-r--r-- | meta-agl-flutter/recipes-graphics/flutter-apps/flutter-app-homescreen_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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" |