From 0afcc8915999c48f2f8886887b2e9c33138f55fd Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Thu, 19 Oct 2023 12:36:01 -0400 Subject: 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 --- meta-agl-flutter/recipes-graphics/toyota/flutter-auto_aglflutter.inc | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'meta-agl-flutter/recipes-graphics/toyota/flutter-auto_aglflutter.inc') 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" -- cgit 1.2.3-korg