diff --git a/recipes/rust/rust-1.2.0.inc b/recipes/rust/rust-1.2.0.inc index a689ace..26b79b0 100644 --- a/recipes/rust/rust-1.2.0.inc +++ b/recipes/rust/rust-1.2.0.inc @@ -13,3 +13,5 @@ RUST_SNAPSHOT = "rust-stage0-${RS_DATE}-${RS_SRCHASH}-${RS_ARCH}-${RS_HASH}.tar. SRC_URI[rust-snapshot.md5sum] = "04deb393c39d43a2abc68ebac6a0bad2" SRC_URI[rust-snapshot.sha256sum] = "11f7f56320bd0dff5b47bae3f80377d9514a3ad4bc983d674eb33074c95d66a0" + +LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=b1ab5514343f97198b323e33779470a3" diff --git a/recipes/rust/rust-1.3.0.inc b/recipes/rust/rust-1.3.0.inc index 69a0633..3dc0142 100644 --- a/recipes/rust/rust-1.3.0.inc +++ b/recipes/rust/rust-1.3.0.inc @@ -13,3 +13,5 @@ RUST_SNAPSHOT = "rust-stage0-${RS_DATE}-${RS_SRCHASH}-${RS_ARCH}-${RS_HASH}.tar. SRC_URI[rust-snapshot.md5sum] = "8f804ec5cebf370c59563a2b35a808cb" SRC_URI[rust-snapshot.sha256sum] = "779943595dd63d6869c747e2a31c13095f9c5354d4530327d6f9310cc580c2ff" + +LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=b1ab5514343f97198b323e33779470a3" diff --git a/recipes/rust/rust-1.4.0.inc b/recipes/rust/rust-1.4.0.inc index b351e80..0a56879 100644 --- a/recipes/rust/rust-1.4.0.inc +++ b/recipes/rust/rust-1.4.0.inc @@ -15,3 +15,5 @@ RUST_SNAPSHOT = "rust-stage0-${RS_DATE}-${RS_SRCHASH}-${RS_ARCH}-${RS_HASH}.tar. SRC_URI[rust-snapshot.md5sum] = "53b2e1f553eaeb88e8d60d5380670283" SRC_URI[rust-snapshot.sha256sum] = "5936f5ec4327d41f3aa9f98cbedebb6fd3d72715f8df578e0c9a669154c80bc3" + +LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=eb87dba71cb424233bcce88db3ae2f1a" diff --git a/recipes/rust/rust-llvm_1.4.0.bb b/recipes/rust/rust-llvm_1.4.0.bb index f6a9869..f1e2660 100644 --- a/recipes/rust/rust-llvm_1.4.0.bb +++ b/recipes/rust/rust-llvm_1.4.0.bb @@ -3,3 +3,9 @@ require rust-${PV}.inc require rust-llvm.inc LIC_FILES_CHKSUM = "file://LICENSE.TXT;md5=4c0bc17c954e99fd547528d938832bfa" + +do_install_append () { + cd "${B}" + install -d "${D}${bindir}" + install -m755 "Release/bin/FileCheck" "${D}${bindir}" +}