From dfed7e63e199009ecca8e2e34f6a823c6e1677e0 Mon Sep 17 00:00:00 2001 From: Sundeep KOKKONDA Date: Tue, 21 Nov 2023 18:14:46 -0800 Subject: rust: Split rustdoc into a separate package The 'rustdoc' is moved to a separate 'rust-rustdoc' package. This is a workaround to test if the main rust binary is reproducible even if rustdoc isn't. Signed-off-by: Sundeep KOKKONDA Signed-off-by: Richard Purdie --- meta/lib/oeqa/selftest/cases/reproducible.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/lib/oeqa/selftest/cases/reproducible.py') diff --git a/meta/lib/oeqa/selftest/cases/reproducible.py b/meta/lib/oeqa/selftest/cases/reproducible.py index 029b6af331..14ccb0b24d 100644 --- a/meta/lib/oeqa/selftest/cases/reproducible.py +++ b/meta/lib/oeqa/selftest/cases/reproducible.py @@ -16,7 +16,7 @@ import os import datetime exclude_packages = [ - 'rust', + 'rust-rustdoc', 'rust-dbg' ] -- cgit 1.2.3-korg