mirror of
https://git.yoctoproject.org/poky
synced 2026-02-22 09:29:40 +01:00
Release notes: https://blog.rust-lang.org/2022/08/11/Rust-1.63.0.html This is a standard upgrade aside from the path for the stage2 tools binaries (clippy, et.al.) changing. (From OE-Core rev: 9f390accf5fd174c430928cf841728d0456fc1b7) Signed-off-by: Randy MacLeod <Randy.MacLeod@windriver.com> Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
8 lines
160 B
BlitzBasic
8 lines
160 B
BlitzBasic
require rust-source.inc
|
|
require libstd-rs.inc
|
|
|
|
# libstd moved from src/libstd to library/std in 1.47+
|
|
S = "${RUSTSRC}/library/std"
|
|
|
|
BBCLASSEXTEND = "nativesdk"
|