summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/lib/oeqa/selftest/cases/reproducible.py2
-rw-r--r--meta/recipes-devtools/rust/rust_1.70.0.bb1
2 files changed, 1 insertions, 2 deletions
diff --git a/meta/lib/oeqa/selftest/cases/reproducible.py b/meta/lib/oeqa/selftest/cases/reproducible.py
index 84c6c3a05f..9b4a0887dd 100644
--- a/meta/lib/oeqa/selftest/cases/reproducible.py
+++ b/meta/lib/oeqa/selftest/cases/reproducible.py
@@ -16,8 +16,6 @@ import os
16import datetime 16import datetime
17 17
18exclude_packages = [ 18exclude_packages = [
19 'rust',
20 'rust-dbg'
21 ] 19 ]
22 20
23def is_excluded(package): 21def is_excluded(package):
diff --git a/meta/recipes-devtools/rust/rust_1.70.0.bb b/meta/recipes-devtools/rust/rust_1.70.0.bb
index 3b9c05a19f..16d433910f 100644
--- a/meta/recipes-devtools/rust/rust_1.70.0.bb
+++ b/meta/recipes-devtools/rust/rust_1.70.0.bb
@@ -130,6 +130,7 @@ python do_configure() {
130 # [rust] 130 # [rust]
131 config.add_section("rust") 131 config.add_section("rust")
132 config.set("rust", "rpath", e(True)) 132 config.set("rust", "rpath", e(True))
133 config.set("rust", "remap-debuginfo", e(True))
133 config.set("rust", "channel", e(d.expand("${RUST_CHANNEL}"))) 134 config.set("rust", "channel", e(d.expand("${RUST_CHANNEL}")))
134 135
135 # Whether or not to optimize the compiler and standard library 136 # Whether or not to optimize the compiler and standard library