mirror of
https://git.yoctoproject.org/poky
synced 2026-09-19 18:49:32 +02:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
af2b1221e8
commit
18e4194539
@@ -18,7 +18,7 @@ do_update_crates[depends] = "python3-native:do_populate_sysroot"
|
||||
do_update_crates[nostamp] = "1"
|
||||
do_update_crates[doc] = "Update the recipe by reading Cargo.lock and write in ${THISDIR}/${BPN}-crates.inc"
|
||||
|
||||
RECIPE_UPDATE_EXTRA_TASKS += "do_update_crates"
|
||||
RECIPE_UPGRADE_EXTRA_TASKS += "do_update_crates"
|
||||
|
||||
# The directory where to search for Cargo.lock files
|
||||
CARGO_LOCK_SRC_DIR ??= "${S}"
|
||||
|
||||
Reference in New Issue
Block a user