From b792bcd6021cd50e4bb4cc4a24fbee4cec055bc5 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Wed, 16 Mar 2022 17:44:56 +0000 Subject: [PATCH] libstd-rs: Extend to nativesdk This is needed to add the rust standard library to SDKs for use by SDK tools. (From OE-Core rev: 060057fa94451586e4eb47f68bc5c7c796f7d337) Signed-off-by: Richard Purdie --- meta/recipes-devtools/rust/libstd-rs_1.59.0.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-devtools/rust/libstd-rs_1.59.0.bb b/meta/recipes-devtools/rust/libstd-rs_1.59.0.bb index 7c453a593a..0ff1fbd678 100644 --- a/meta/recipes-devtools/rust/libstd-rs_1.59.0.bb +++ b/meta/recipes-devtools/rust/libstd-rs_1.59.0.bb @@ -8,3 +8,5 @@ SRC_URI += " \ " # libstd moved from src/libstd to library/std in 1.47+ S = "${RUSTSRC}/library/std" + +BBCLASSEXTEND = "nativesdk" \ No newline at end of file