diff options
Diffstat (limited to 'meta')
| -rw-r--r-- | meta/classes-recipe/rust-target-config.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes-recipe/rust-target-config.bbclass b/meta/classes-recipe/rust-target-config.bbclass index 2114c5850c..e53c5d1bc6 100644 --- a/meta/classes-recipe/rust-target-config.bbclass +++ b/meta/classes-recipe/rust-target-config.bbclass | |||
| @@ -443,7 +443,7 @@ python do_rust_gen_targets () { | |||
| 443 | rust_gen_target(d, 'TARGET', wd, d.getVar('TARGET_ARCH')) | 443 | rust_gen_target(d, 'TARGET', wd, d.getVar('TARGET_ARCH')) |
| 444 | } | 444 | } |
| 445 | 445 | ||
| 446 | addtask rust_gen_targets after do_patch before do_compile | 446 | addtask rust_gen_targets after do_patch before do_configure |
| 447 | do_rust_gen_targets[dirs] += "${RUST_TARGETS_DIR}" | 447 | do_rust_gen_targets[dirs] += "${RUST_TARGETS_DIR}" |
| 448 | 448 | ||
| 449 | # For building target C dependecies use only compiler parameters defined in OE | 449 | # For building target C dependecies use only compiler parameters defined in OE |
