diff options
-rw-r--r-- | meta/recipes-devtools/rust/libstd-rs_1.75.0.bb | 2 | ||||
-rw-r--r-- | meta/recipes-devtools/rust/rust-cross-canadian.inc | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-devtools/rust/libstd-rs_1.75.0.bb b/meta/recipes-devtools/rust/libstd-rs_1.75.0.bb index d2bf266f9d..fe016e72d4 100644 --- a/meta/recipes-devtools/rust/libstd-rs_1.75.0.bb +++ b/meta/recipes-devtools/rust/libstd-rs_1.75.0.bb | |||
@@ -15,6 +15,8 @@ S = "${RUSTSRC}/library/sysroot" | |||
15 | RUSTLIB_DEP = "" | 15 | RUSTLIB_DEP = "" |
16 | inherit cargo | 16 | inherit cargo |
17 | 17 | ||
18 | CVE_PRODUCT = "rust" | ||
19 | |||
18 | DEPENDS:append:libc-musl = " libunwind" | 20 | DEPENDS:append:libc-musl = " libunwind" |
19 | # rv32 does not have libunwind ported yet | 21 | # rv32 does not have libunwind ported yet |
20 | DEPENDS:remove:riscv32 = "libunwind" | 22 | DEPENDS:remove:riscv32 = "libunwind" |
diff --git a/meta/recipes-devtools/rust/rust-cross-canadian.inc b/meta/recipes-devtools/rust/rust-cross-canadian.inc index 7bfef6d175..8a51a02293 100644 --- a/meta/recipes-devtools/rust/rust-cross-canadian.inc +++ b/meta/recipes-devtools/rust/rust-cross-canadian.inc | |||
@@ -1,5 +1,6 @@ | |||
1 | SUMMARY = "Rust compiler and runtime libaries (cross-canadian for ${TARGET_ARCH} target)" | 1 | SUMMARY = "Rust compiler and runtime libaries (cross-canadian for ${TARGET_ARCH} target)" |
2 | PN = "rust-cross-canadian-${TRANSLATED_TARGET_ARCH}" | 2 | PN = "rust-cross-canadian-${TRANSLATED_TARGET_ARCH}" |
3 | CVE_PRODUCT = "rust" | ||
3 | 4 | ||
4 | inherit rust-target-config | 5 | inherit rust-target-config |
5 | inherit rust-common | 6 | inherit rust-common |