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 <akuster...@gmail.com>
---
 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}"
 
-- 
2.34.1

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#60981): https://lists.yoctoproject.org/g/yocto/message/60981
Mute This Topic: https://lists.yoctoproject.org/mt/101312763/21656
Group Owner: yocto+ow...@lists.yoctoproject.org
Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to