From bf4b5bd0bd08bcc87df93ce2a05f266f1a227b70 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Fri, 31 Mar 2023 17:56:32 +0100 Subject: 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 --- meta-selftest/recipes-extended/zvariant/zvariant_3.12.0.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta-selftest/recipes-extended/zvariant/zvariant_3.12.0.bb b/meta-selftest/recipes-extended/zvariant/zvariant_3.12.0.bb index ae66cea390..4285d11b72 100644 --- a/meta-selftest/recipes-extended/zvariant/zvariant_3.12.0.bb +++ b/meta-selftest/recipes-extended/zvariant/zvariant_3.12.0.bb @@ -23,5 +23,8 @@ addtask clean_lic_file_symlink after do_unpack before do_patch inherit cargo cargo-update-recipe-crates +# Remove this when the recipe is reproducible +EXCLUDE_FROM_WORLD = "1" + require ${BPN}-crates.inc require ${BPN}-git-crates.inc -- cgit v1.2.3-54-g00ecf