From 04cad7a0741756913d59f6563e42ab619713acbc Mon Sep 17 00:00:00 2001 From: Doug Goldstein Date: Tue, 29 Mar 2016 21:40:04 -0500 Subject: [PATCH] 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. --- classes/cargo.bbclass | 5 ----- 1 file changed, 5 deletions(-) diff --git a/classes/cargo.bbclass b/classes/cargo.bbclass index c98488a..aae14fb 100644 --- a/classes/cargo.bbclass +++ b/classes/cargo.bbclass @@ -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"