diff options
Diffstat (limited to 'documentation/ref-manual/variables.rst')
-rw-r--r-- | documentation/ref-manual/variables.rst | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst index a28738163c..4ac61af364 100644 --- a/documentation/ref-manual/variables.rst +++ b/documentation/ref-manual/variables.rst | |||
@@ -7130,11 +7130,6 @@ system and gives an overview of their function and contents. | |||
7130 | in the ":ref:`ref-manual/devtool-reference:checking on the upgrade status of a recipe`" | 7130 | in the ":ref:`ref-manual/devtool-reference:checking on the upgrade status of a recipe`" |
7131 | section. | 7131 | section. |
7132 | 7132 | ||
7133 | :term:`RECIPE_UPGRADE_EXTRA_TASKS` | ||
7134 | When upgrading a recipe with ``devtool upgrade``, the variable | ||
7135 | :term:`RECIPE_UPGRADE_EXTRA_TASKS` specifies a space-delimited list of | ||
7136 | tasks to run after the new sources have been unpacked. | ||
7137 | |||
7138 | :term:`RECIPE_SYSROOT` | 7133 | :term:`RECIPE_SYSROOT` |
7139 | This variable points to the directory that holds all files populated from | 7134 | This variable points to the directory that holds all files populated from |
7140 | recipes specified in :term:`DEPENDS`. As the name indicates, | 7135 | recipes specified in :term:`DEPENDS`. As the name indicates, |
@@ -7165,7 +7160,11 @@ system and gives an overview of their function and contents. | |||
7165 | The default value is ``"${WORKDIR}/recipe-sysroot-native"``. | 7160 | The default value is ``"${WORKDIR}/recipe-sysroot-native"``. |
7166 | Do not modify it. | 7161 | Do not modify it. |
7167 | 7162 | ||
7168 | :term:`RECIPE_UPDATE_EXTRA_TASKS` | 7163 | :term:`RECIPE_UPGRADE_EXTRA_TASKS` |
7164 | When upgrading a recipe with ``devtool upgrade``, the variable | ||
7165 | :term:`RECIPE_UPGRADE_EXTRA_TASKS` specifies a space-delimited list of | ||
7166 | tasks to run after the new sources have been unpacked. | ||
7167 | |||
7169 | For some recipes, after the new source has been unpacked, additional tasks | 7168 | For some recipes, after the new source has been unpacked, additional tasks |
7170 | may need to be run during an upgrade. A good example of this is recipes | 7169 | may need to be run during an upgrade. A good example of this is recipes |
7171 | which inherit :ref:`ref-classes-cargo-update-recipe-crates`, where the | 7170 | which inherit :ref:`ref-classes-cargo-update-recipe-crates`, where the |