From 9e91874e6e23eb36570653aaf93e0d4d994d90bc Mon Sep 17 00:00:00 2001 From: Marius Vlad Date: Thu, 12 May 2022 11:54:48 +0300 Subject: flutter-gallery: Add network access workaround This is a temporary work-around to have a flutter-gallery bbapend until external/meta-flutter is synced-up to include this fix. It allows flutter sdk to be able to download whatever dependencies it needs to build the gallery application. Bug-AGL: SPEC-4371 Suggested-by: Scott Murray Signed-off-by: Marius Vlad Change-Id: I676d5d2f5b8b5977bb7b4d745b94cfb53459ac8e --- meta-agl-flutter/recipes-graphics/toyota/flutter-gallery_aglflutter.inc | 1 + 1 file changed, 1 insertion(+) create mode 100644 meta-agl-flutter/recipes-graphics/toyota/flutter-gallery_aglflutter.inc (limited to 'meta-agl-flutter/recipes-graphics/toyota/flutter-gallery_aglflutter.inc') diff --git a/meta-agl-flutter/recipes-graphics/toyota/flutter-gallery_aglflutter.inc b/meta-agl-flutter/recipes-graphics/toyota/flutter-gallery_aglflutter.inc new file mode 100644 index 00000000..ef03af27 --- /dev/null +++ b/meta-agl-flutter/recipes-graphics/toyota/flutter-gallery_aglflutter.inc @@ -0,0 +1 @@ +do_compile[network] = "1" -- cgit 1.2.3-korg