Merge pull request #11 from starlab-io/drop-old-workaround

cargo.bbclass: drop old work around
This commit is contained in:
Derek Straka
2016-04-04 12:47:44 -04:00
-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"