mirror of
https://git.yoctoproject.org/poky
synced 2026-04-22 15:32:14 +02:00
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:
committed by
Richard Purdie
parent
06cfab132f
commit
bcc22368c9
@@ -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}"
|
||||
|
||||
Reference in New Issue
Block a user