cargo.bbclass: drop old work around

This work around was for an old version of cargo that we no longer use.
Newer versions resolve this issue.
This commit is contained in:
Doug Goldstein
2016-03-29 21:40:04 -05:00
parent 4e5fe4f76c
commit 04cad7a074
-5
View File
@@ -11,14 +11,9 @@ def cargo_base_dep(d):
BASEDEPENDS_append = " ${@cargo_base_dep(d)}"
# FIXME: this is a workaround for a misbehavior in cargo when used with quilt.
# See https://github.com/rust-lang/cargo/issues/978
PATCHTOOL = "patch"
# Cargo only supports in-tree builds at the moment
B = "${S}"
# In case something fails in the build process, give a bit more feedback on
# where the issue occured
export RUST_BACKTRACE = "1"