]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
libstd-rs: Extend to nativesdk
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 16 Mar 2022 17:44:56 +0000 (17:44 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 17 Mar 2022 16:43:04 +0000 (16:43 +0000)
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

index 7c453a593a5409e83db461651bbfd15d9e1afb70..0ff1fbd67830bbc8bf53e546e2f94557279c9962 100644 (file)
@@ -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