mirror of
https://git.yoctoproject.org/meta-security
synced 2026-05-06 16:48:42 +00:00
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:
@@ -30,7 +30,8 @@ EXTRA_OECONF += " --disable-debug \
|
|||||||
"
|
"
|
||||||
|
|
||||||
CARGO_SRC_DIR = "rust"
|
CARGO_SRC_DIR = "rust"
|
||||||
#CARGO_LOCK_SRC_DIR = "${S}/rust"
|
CARGO_BUILD_FLAGS:remove = "--frozen"
|
||||||
|
CARGO_BUILD_FLAGS:append = " --offline"
|
||||||
|
|
||||||
B = "${S}"
|
B = "${S}"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user