diff options
| author | Alexander Kanavin <alex@linutronix.de> | 2024-08-02 18:09:00 +0200 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-08-03 07:56:10 +0100 |
| commit | 18e4194539f33e4d702144ae7ad92875f0bbe41b (patch) | |
| tree | bb2479b084caa8e9ddcbb830f65f748f3a36e44f /meta/classes-recipe/cargo-update-recipe-crates.bbclass | |
| parent | af2b1221e8f7d2287c7039c8d6e83c04d85cac2d (diff) | |
| download | poky-18e4194539f33e4d702144ae7ad92875f0bbe41b.tar.gz | |
devtool/upgrade: rename RECIPE_UPDATE_EXTRA_TASKS -> RECIPE_UPGRADE_EXTRA_TASKS
'UPDATE' as a name is somewhat unfortunate as the variable is intended only for
the 'devtool upgrade' operation and devtool also has an 'update-recipe' operation.
(From OE-Core rev: 4467aa0661e233f44c4ce029428c67d88fccfc07)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes-recipe/cargo-update-recipe-crates.bbclass')
| -rw-r--r-- | meta/classes-recipe/cargo-update-recipe-crates.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes-recipe/cargo-update-recipe-crates.bbclass b/meta/classes-recipe/cargo-update-recipe-crates.bbclass index a19ce16b46..3251d5ef2e 100644 --- a/meta/classes-recipe/cargo-update-recipe-crates.bbclass +++ b/meta/classes-recipe/cargo-update-recipe-crates.bbclass | |||
| @@ -18,7 +18,7 @@ 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" | 21 | RECIPE_UPGRADE_EXTRA_TASKS += "do_update_crates" |
| 22 | 22 | ||
| 23 | # The directory where to search for Cargo.lock files | 23 | # The directory where to search for Cargo.lock files |
| 24 | CARGO_LOCK_SRC_DIR ??= "${S}" | 24 | CARGO_LOCK_SRC_DIR ??= "${S}" |
