summaryrefslogtreecommitdiffstats
path: root/meta-agl-flutter/recipes-graphics/toyota/flutter-auto_aglflutter.inc
diff options
context:
space:
mode:
authorScott Murray <scott.murray@konsulko.com>2023-10-19 12:36:01 -0400
committerScott Murray <scott.murray@konsulko.com>2023-10-19 12:36:01 -0400
commit0afcc8915999c48f2f8886887b2e9c33138f55fd (patch)
treed1e0a07860397ac7634e7b52afd646ede17e725f /meta-agl-flutter/recipes-graphics/toyota/flutter-auto_aglflutter.inc
parent15df7f399d57729b6583d24cecf0e9d7add75a03 (diff)
flutter-auto: add rcar3 build fix patch
Add the patch with the EGL 1.4 compatibility tweak required to build for rcar3 that was accidentally dropped in upstream rebasing. This should be able to dropped when the next update happens. Bug-AGL: SPEC-4937 Change-Id: I5635ab099e5e0bd7240f87f4060815829fb51ac0 Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Diffstat (limited to 'meta-agl-flutter/recipes-graphics/toyota/flutter-auto_aglflutter.inc')
-rw-r--r--meta-agl-flutter/recipes-graphics/toyota/flutter-auto_aglflutter.inc4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-agl-flutter/recipes-graphics/toyota/flutter-auto_aglflutter.inc b/meta-agl-flutter/recipes-graphics/toyota/flutter-auto_aglflutter.inc
index f54e9683..869b3a4f 100644
--- a/meta-agl-flutter/recipes-graphics/toyota/flutter-auto_aglflutter.inc
+++ b/meta-agl-flutter/recipes-graphics/toyota/flutter-auto_aglflutter.inc
@@ -1,2 +1,6 @@
+FILESEXTRAPATHS:prepend := "${THISDIR}/files:"
+
+SRC_URI += "file://0001-The-ivi-homescreen-is-using-eglGetPlatformDisplay-di.patch"
+
# NOTE: Cannot use += here due to ??= use in the recipe
PACKAGECONFIG:append = " client-agl"