diff options
| -rw-r--r-- | meta/classes-recipe/cargo-update-recipe-crates.bbclass | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/classes-recipe/cargo-update-recipe-crates.bbclass b/meta/classes-recipe/cargo-update-recipe-crates.bbclass index 8980137d02..a19ce16b46 100644 --- a/meta/classes-recipe/cargo-update-recipe-crates.bbclass +++ b/meta/classes-recipe/cargo-update-recipe-crates.bbclass | |||
| @@ -18,6 +18,8 @@ do_update_crates[depends] = "python3-native:do_populate_sysroot" | |||
| 18 | do_update_crates[nostamp] = "1" | 18 | do_update_crates[nostamp] = "1" |
| 19 | do_update_crates[doc] = "Update the recipe by reading Cargo.lock and write in ${THISDIR}/${BPN}-crates.inc" | 19 | do_update_crates[doc] = "Update the recipe by reading Cargo.lock and write in ${THISDIR}/${BPN}-crates.inc" |
| 20 | 20 | ||
| 21 | RECIPE_UPDATE_EXTRA_TASKS += "do_update_crates" | ||
| 22 | |||
| 21 | # The directory where to search for Cargo.lock files | 23 | # The directory where to search for Cargo.lock files |
| 22 | CARGO_LOCK_SRC_DIR ??= "${S}" | 24 | CARGO_LOCK_SRC_DIR ??= "${S}" |
| 23 | 25 | ||
