blob: 3ebd9cc661ee3a866ae71cddff334eecebfd24f4 [file] [log] [blame]
Andrew Geisslerd159c7f2021-09-02 21:05:58 -05001inherit cargo
2
3SRC_URI = "git://github.com/meta-rust/rust-hello-world.git;protocol=https"
4SRCREV="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"