mirror of
https://git.yoctoproject.org/poky
synced 2026-09-19 09:49:33 +02:00
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:
committed by
Richard Purdie
parent
5d12c0a3dc
commit
3e50e45917
@@ -16,7 +16,7 @@ import os
|
||||
import datetime
|
||||
|
||||
exclude_packages = [
|
||||
'rust',
|
||||
'rust-rustdoc',
|
||||
'rust-dbg'
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user