mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 12:49:46 +00:00
zvariant: Exclude from world for now to avoid reproducibility issues
Ultimately we'll remove this and use for better rust reproducibility testing too. (From OE-Core rev: 6c6536a41bfb8651fe94d90898207c5b53673e44) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -23,5 +23,8 @@ addtask clean_lic_file_symlink after do_unpack before do_patch
|
|||||||
|
|
||||||
inherit cargo cargo-update-recipe-crates
|
inherit cargo cargo-update-recipe-crates
|
||||||
|
|
||||||
|
# Remove this when the recipe is reproducible
|
||||||
|
EXCLUDE_FROM_WORLD = "1"
|
||||||
|
|
||||||
require ${BPN}-crates.inc
|
require ${BPN}-crates.inc
|
||||||
require ${BPN}-git-crates.inc
|
require ${BPN}-git-crates.inc
|
||||||
|
|||||||
Reference in New Issue
Block a user