[1/3] libstd-rs: Extend to nativesdk

Message ID 20220316203327.950175-1-richard.purdie@linuxfoundation.org
State Accepted, archived
Commit 060057fa94451586e4eb47f68bc5c7c796f7d337
Headers show
Series [1/3] libstd-rs: Extend to nativesdk | expand

Commit Message

Richard Purdie March 16, 2022, 8:33 p.m. UTC
This is needed to add the rust standard library to SDKs for use
by SDK tools.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
 meta/recipes-devtools/rust/libstd-rs_1.59.0.bb | 2 ++
 1 file changed, 2 insertions(+)

Patch

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