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>
This commit is contained in:
Sundeep KOKKONDA
2023-11-21 18:14:46 -08:00
committed by Richard Purdie
parent 5d12c0a3dc
commit 3e50e45917
2 changed files with 4 additions and 2 deletions

View File

@@ -16,7 +16,7 @@ import os
import datetime
exclude_packages = [
'rust',
'rust-rustdoc',
'rust-dbg'
]