cargo.bbclass: replace with what was cargo_util.bbclass

The old cargo.bbclass had no users in meta-rust and had lots of
problems (not least of which was lots of duplicated lines with
cargo_util.bbclass).  Delete the old cargo.bbclass and replace it
entirely wiht cargo_util
This commit is contained in:
Steven Walter
2016-09-05 15:01:12 -04:00
parent e87b2d43b0
commit fbf59ed6a0
6 changed files with 47 additions and 148 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
inherit cargo_util
inherit cargo
inherit patch
inherit rust-installer
@@ -94,7 +94,7 @@ do_configure () {
${EXTRA_OECONF} \
|| die "Could not configure cargo"
cargo_util_do_configure
cargo_do_configure
}
do_compile () {