summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-devtools/rust/rust-cross-canadian.inc4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/recipes-devtools/rust/rust-cross-canadian.inc b/meta/recipes-devtools/rust/rust-cross-canadian.inc
index dbf997560b..ac5f6bd57c 100644
--- a/meta/recipes-devtools/rust/rust-cross-canadian.inc
+++ b/meta/recipes-devtools/rust/rust-cross-canadian.inc
@@ -15,6 +15,10 @@ SRC_URI += "file://target-rust-ccld.c"
15LIC_FILES_CHKSUM = "file://target-rust-ccld.c;md5=af4e0e29f81a34cffe05aa07c89e93e9;endline=7" 15LIC_FILES_CHKSUM = "file://target-rust-ccld.c;md5=af4e0e29f81a34cffe05aa07c89e93e9;endline=7"
16S = "${WORKDIR}" 16S = "${WORKDIR}"
17 17
18# As per NVD, this CVE only affects to Windows platform
19# Link: https://nvd.nist.gov/vuln/detail/CVE-2024-43402
20CVE_STATUS[CVE-2024-43402] = "not-applicable-platform: Issue only applies on Windows"
21
18# Need to use our SDK's sh here, see #14878 22# Need to use our SDK's sh here, see #14878
19create_sdk_wrapper () { 23create_sdk_wrapper () {
20 file="$1" 24 file="$1"