blob: 1d91109b51fd104a9f857e2f3c7829e0d4e1d2ee [file] [log] [blame]
Andrew Geisslerd159c7f2021-09-02 21:05:58 -05001inherit cargo
2
Andrew Geissler595f6302022-01-24 19:11:47 +00003SRC_URI = "git://github.com/meta-rust/rust-hello-world.git;protocol=https;branch=master"
Andrew Geisslerd159c7f2021-09-02 21:05:58 -05004SRCREV="e0fa23f1a3cb1eb1407165bd2fc36d2f6e6ad728"
5LIC_FILES_CHKSUM="file://COPYRIGHT;md5=e6b2207ac3740d2d01141c49208c2147"
6
7SRC_URI += "\
8 file://0001-enable-LTO.patch \
9 "
10
11UPSTREAM_CHECK_COMMITS = "1"
12
13SUMMARY = "Hello World by Cargo for Rust"
14HOMEPAGE = "https://github.com/meta-rust/rust-hello-world"
15LICENSE = "MIT | Apache-2.0"
16
17S = "${WORKDIR}/git"
18
19BBCLASSEXTEND = "native"