From d245dd729f2892976eb86b21df81f4ad5f3a40ed Mon Sep 17 00:00:00 2001 From: Cody P Schafer Date: Tue, 18 Nov 2014 12:59:25 -0500 Subject: [PATCH] rust: remove do_ from addtask arg --- recipes/rust/rust.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes/rust/rust.inc b/recipes/rust/rust.inc index 3dcb4d4..7289928 100644 --- a/recipes/rust/rust.inc +++ b/recipes/rust/rust.inc @@ -157,7 +157,7 @@ python do_rust_gen_targets () { bb.debug(1, "rust_gen_target for " + thing) rust_gen_target(d, thing, wd) } -addtask do_rust_gen_targets after do_patch before do_compile +addtask rust_gen_targets after do_patch before do_compile def rust_gen_mk_cfg(d, thing): '''' @@ -212,7 +212,7 @@ python do_rust_arch_fixup () { bb.debug(1, "rust_gen_mk_cfg for " + thing) rust_gen_mk_cfg(d, thing) } -addtask do_rust_arch_fixup before do_configure after do_patch +addtask rust_arch_fixup before do_configure after do_patch do_rust_arch_fixup[dirs] = "${S}/mk/cfg" do_configure () {