cargo-update-recipe-crates.bbclass: Mark the update_crates task as nostamp

If having devtool modified a recipe and then updated the crate versions,
e.g., by doing a git bisect, running the update_crates task needs to
always update the .inc file even if the bitbake metadata has not
changed.

(From OE-Core rev: 137d290ac1f7516a509fc9d264489e51c3004d5d)

Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Peter Kjellerstedt
2023-01-25 23:55:32 +01:00
committed by Richard Purdie
parent 06cfab132f
commit bcc22368c9

View File

@@ -15,6 +15,7 @@
addtask do_update_crates after do_patch
do_update_crates[depends] = "python3-native:do_populate_sysroot"
do_update_crates[nostamp] = "1"
# The directory where to search for Cargo.lock files
CARGO_LOCK_SRC_DIR ??= "${S}"