Also make use of the sources vendored in the rustc package instead of letting bitbake download the sources.
9 lines
221 B
BlitzBasic
9 lines
221 B
BlitzBasic
require rust-source-${PV}.inc
|
|
require libstd-rs.inc
|
|
|
|
LIC_FILES_CHKSUM = "file://../../COPYRIGHT;md5=66ddc8ecd998476b7cd5732e8c3a6c1d"
|
|
|
|
CARGO_FEATURES ?= "panic-unwind"
|
|
|
|
CARGO_VENDORING_DIRECTORY = "${RUSTSRC}/src/vendor"
|