diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/lib/oeqa/selftest/cases/reproducible.py | 2 | ||||
-rw-r--r-- | meta/recipes-devtools/rust/rust_1.70.0.bb | 4 |
2 files changed, 4 insertions, 2 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 | |||
16 | import datetime | 16 | import datetime |
17 | 17 | ||
18 | exclude_packages = [ | 18 | exclude_packages = [ |
19 | 'rust', | 19 | 'rust-rustdoc', |
20 | 'rust-dbg' | 20 | 'rust-dbg' |
21 | ] | 21 | ] |
22 | 22 | ||
diff --git a/meta/recipes-devtools/rust/rust_1.70.0.bb b/meta/recipes-devtools/rust/rust_1.70.0.bb index 16d433910f..a7efd2f7f0 100644 --- a/meta/recipes-devtools/rust/rust_1.70.0.bb +++ b/meta/recipes-devtools/rust/rust_1.70.0.bb | |||
@@ -232,9 +232,11 @@ do_test_compile () { | |||
232 | 232 | ||
233 | ALLOW_EMPTY:${PN} = "1" | 233 | ALLOW_EMPTY:${PN} = "1" |
234 | 234 | ||
235 | PACKAGES =+ "${PN}-tools-clippy ${PN}-tools-rustfmt" | 235 | PACKAGES =+ "${PN}-rustdoc ${PN}-tools-clippy ${PN}-tools-rustfmt" |
236 | FILES:${PN}-rustdoc = "${bindir}/rustdoc" | ||
236 | FILES:${PN}-tools-clippy = "${bindir}/cargo-clippy ${bindir}/clippy-driver" | 237 | FILES:${PN}-tools-clippy = "${bindir}/cargo-clippy ${bindir}/clippy-driver" |
237 | FILES:${PN}-tools-rustfmt = "${bindir}/rustfmt" | 238 | FILES:${PN}-tools-rustfmt = "${bindir}/rustfmt" |
239 | RDEPENDS:${PN}-rustdoc = "${PN}" | ||
238 | RDEPENDS:${PN}-tools-clippy = "${PN}" | 240 | RDEPENDS:${PN}-tools-clippy = "${PN}" |
239 | RDEPENDS:${PN}-tools-rustfmt = "${PN}" | 241 | RDEPENDS:${PN}-tools-rustfmt = "${PN}" |
240 | 242 | ||