summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-test/syzkaller/syzkaller_git.bb4
1 files changed, 0 insertions, 4 deletions
diff --git a/meta-oe/recipes-test/syzkaller/syzkaller_git.bb b/meta-oe/recipes-test/syzkaller/syzkaller_git.bb
index 4043ab7ea5..ef76a37891 100644
--- a/meta-oe/recipes-test/syzkaller/syzkaller_git.bb
+++ b/meta-oe/recipes-test/syzkaller/syzkaller_git.bb
@@ -17,10 +17,6 @@ SRCREV = "25905f5d0a2a7883bd33491997556193582c6059"
17UPSTREAM_CHECK_COMMITS = "1" 17UPSTREAM_CHECK_COMMITS = "1"
18 18
19export GOPROXY = "https://proxy.golang.org,direct" 19export GOPROXY = "https://proxy.golang.org,direct"
20# Workaround for network access issue during compile step.
21# This needs to be fixed in the recipes buildsystem so that
22# it can be accomplished during do_fetch task.
23do_compile[network] = "1"
24 20
25COMPATIBLE_HOST = "(x86_64|i.86|arm|aarch64).*-linux" 21COMPATIBLE_HOST = "(x86_64|i.86|arm|aarch64).*-linux"
26 22