mirror of
https://git.yoctoproject.org/poky
synced 2026-02-22 09:29:40 +01:00
(From OE-Core rev: e2e87d82ad1ec071077f29613e2e568196912daa) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
20 lines
478 B
BlitzBasic
20 lines
478 B
BlitzBasic
inherit cargo
|
|
|
|
SRC_URI = "git://github.com/meta-rust/rust-hello-world.git;protocol=https"
|
|
SRCREV="e0fa23f1a3cb1eb1407165bd2fc36d2f6e6ad728"
|
|
LIC_FILES_CHKSUM="file://COPYRIGHT;md5=e6b2207ac3740d2d01141c49208c2147"
|
|
|
|
SRC_URI += "\
|
|
file://0001-enable-LTO.patch \
|
|
"
|
|
|
|
UPSTREAM_CHECK_COMMITS = "1"
|
|
|
|
SUMMARY = "Hello World by Cargo for Rust"
|
|
HOMEPAGE = "https://github.com/meta-rust/rust-hello-world"
|
|
LICENSE = "MIT | Apache-2.0"
|
|
|
|
S = "${WORKDIR}/git"
|
|
|
|
BBCLASSEXTEND = "native"
|