summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArmin Kuster <akuster808@gmail.com>2023-09-12 07:28:06 -0400
committerArmin Kuster <akuster808@gmail.com>2023-09-12 11:06:45 -0400
commit83ac8fc1bd9751db74843e56b2337a52c65f5c9e (patch)
treef5d02c425054f62716196bfc13e350a2175c920c
parent1856a7cf437fa10d0851ffb8be079d119bb65b47 (diff)
downloadmeta-security-83ac8fc1bd9751db74843e56b2337a52c65f5c9e.tar.gz
suricata: fix build issue.
If you want to try to generate the lock file without accessing the network, remove the --frozen flag and use --offline instead. Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--recipes-ids/suricata/suricata_6.0.11.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes-ids/suricata/suricata_6.0.11.bb b/recipes-ids/suricata/suricata_6.0.11.bb
index 914278e..e9e4a0f 100644
--- a/recipes-ids/suricata/suricata_6.0.11.bb
+++ b/recipes-ids/suricata/suricata_6.0.11.bb
@@ -30,7 +30,8 @@ EXTRA_OECONF += " --disable-debug \
30 " 30 "
31 31
32CARGO_SRC_DIR = "rust" 32CARGO_SRC_DIR = "rust"
33#CARGO_LOCK_SRC_DIR = "${S}/rust" 33CARGO_BUILD_FLAGS:remove = "--frozen"
34CARGO_BUILD_FLAGS:append = " --offline"
34 35
35B = "${S}" 36B = "${S}"
36 37