summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan-Simon Moeller <jsmoeller@linuxfoundation.org>2022-08-01 22:08:46 +0200
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2022-08-01 22:08:55 +0200
commit9a4f63a3bc70b11bd070989b95ddca2c11920a57 (patch)
tree587e3834ef98fc43a0ca1efd782b0dfe09b1380b
parent71db09dfeb4ff55f1a95219be550708d4524c47d (diff)
Hotfix for flutter-sdk when built with archiver turned onneedlefish_13.92.0needlefish/13.92.013.92.0
We need to allow network also for do_ar_original. https://github.com/meta-flutter/meta-flutter/blob/kirkstone/conf/include/flutter-version.inc#L12 does a network query. Ideally this should be cached (e.g. what happens during a slow build and multiple queries could have Bug-AGL: SPEC-4511 Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org> Change-Id: Ia6ab9cdcc1e25f90680e0be373e8e014ca5df6fc
-rw-r--r--meta-agl-flutter/recipes-graphics/flutter-sdk/flutter-sdk_git.bbappend5
1 files changed, 5 insertions, 0 deletions
diff --git a/meta-agl-flutter/recipes-graphics/flutter-sdk/flutter-sdk_git.bbappend b/meta-agl-flutter/recipes-graphics/flutter-sdk/flutter-sdk_git.bbappend
new file mode 100644
index 00000000..ce3574d7
--- /dev/null
+++ b/meta-agl-flutter/recipes-graphics/flutter-sdk/flutter-sdk_git.bbappend
@@ -0,0 +1,5 @@
+
+# fix for the archiver:
+# the function get_flutter_sdk_version does access the network
+# when it is expanded later in the archiver, we need to allow the network
+do_ar_original[network] = "1"