drop rust-installer.bbclass

This is only necessary for installations of rust so move the actual
functional bits into the do_install() phase of rust.
This commit is contained in:
Doug Goldstein
2016-01-21 15:06:06 -06:00
parent 03496f658f
commit 6083dff0b6
5 changed files with 6 additions and 18 deletions
-1
View File
@@ -1,6 +1,5 @@
inherit cargo
inherit patch
inherit rust-installer
SUMMARY = "Cargo downloads your Rust project's dependencies and builds your project"
HOMEPAGE = "http://crates.io"