merge rust-vars and rust-triples to rust-common

Merge two bbclasses that were included in the same places so merge it
into one common file.
This commit is contained in:
Doug Goldstein
2016-12-04 23:38:45 -06:00
parent 43c139f131
commit d364837120
4 changed files with 12 additions and 12 deletions
+1 -2
View File
@@ -1,7 +1,6 @@
inherit rust-vars
# add crate fetch support
inherit crate-fetch
inherit rust-triples
inherit rust-common
# the binary we will use
CARGO = "cargo"