From: Richard Purdie Date: Wed, 16 Mar 2022 17:44:56 +0000 (+0000) Subject: libstd-rs: Extend to nativesdk X-Git-Tag: uninative-3.6~231 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=060057fa94451586e4eb47f68bc5c7c796f7d337;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git libstd-rs: Extend to nativesdk This is needed to add the rust standard library to SDKs for use by SDK tools. Signed-off-by: Richard Purdie --- 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 7c453a593a5..0ff1fbd6783 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