summaryrefslogtreecommitdiffstats
path: root/meta/lib/oeqa/selftest/cases/reproducible.py
diff options
context:
space:
mode:
authorSundeep KOKKONDA <sundeep.kokkonda@windriver.com>2023-11-21 18:14:46 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-11-27 22:54:59 +0000
commit3e50e45917831d9da2d86e69fb908a1a78483b62 (patch)
tree1d098f448d107c30b6f45113e545b041e619c047 /meta/lib/oeqa/selftest/cases/reproducible.py
parent5d12c0a3dc843072a64052c9cd7b1d32585e3d7e (diff)
downloadpoky-3e50e45917831d9da2d86e69fb908a1a78483b62.tar.gz
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. (From OE-Core rev: dfed7e63e199009ecca8e2e34f6a823c6e1677e0) Signed-off-by: Sundeep KOKKONDA <sundeep.kokkonda@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/lib/oeqa/selftest/cases/reproducible.py')
-rw-r--r--meta/lib/oeqa/selftest/cases/reproducible.py2
1 files changed, 1 insertions, 1 deletions
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
16import datetime 16import datetime
17 17
18exclude_packages = [ 18exclude_packages = [
19 'rust', 19 'rust-rustdoc',
20 'rust-dbg' 20 'rust-dbg'
21 ] 21 ]
22 22