From 5b451ec4af26f702bc1c4a617453722f2d577264 Mon Sep 17 00:00:00 2001 From: Tyler Hall Date: Mon, 11 Jul 2016 15:15:00 -0400 Subject: [PATCH] classes/cargo: don't override PATCHTOOL The referenced issue is fixed upstream Signed-off-by: Tyler Hall --- classes/cargo.bbclass | 4 ---- 1 file changed, 4 deletions(-) diff --git a/classes/cargo.bbclass b/classes/cargo.bbclass index 184d3e0..915c0d6 100644 --- a/classes/cargo.bbclass +++ b/classes/cargo.bbclass @@ -11,10 +11,6 @@ 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}"