From 83ac8fc1bd9751db74843e56b2337a52c65f5c9e Mon Sep 17 00:00:00 2001 From: Armin Kuster Date: Tue, 12 Sep 2023 07:28:06 -0400 Subject: 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 --- recipes-ids/suricata/suricata_6.0.11.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 \ " CARGO_SRC_DIR = "rust" -#CARGO_LOCK_SRC_DIR = "${S}/rust" +CARGO_BUILD_FLAGS:remove = "--frozen" +CARGO_BUILD_FLAGS:append = " --offline" B = "${S}" -- cgit v1.2.3-54-g00ecf