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 <richard.purdie@linuxfoundation.org>
This commit is contained in:
Richard Purdie
2022-03-16 17:44:56 +00:00
parent 49b0a7aa45
commit b792bcd602

View File

@@ -8,3 +8,5 @@ SRC_URI += " \
"
# libstd moved from src/libstd to library/std in 1.47+
S = "${RUSTSRC}/library/std"
BBCLASSEXTEND = "nativesdk"