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>
This commit is contained in:
Armin Kuster
2023-09-12 07:28:06 -04:00
parent 1856a7cf43
commit 83ac8fc1bd

View File

@@ -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}"