Message ID | 20240621104312.2842778-1-alex@linutronix.de |
---|---|
State | New, archived |
Headers | show |
Series | ref-manual: rename RECIPE_UPDATE_EXTRA_TASKS -> RECIPE_UPGRADE_EXTRA_TASKS | expand |
Hi Alex, On 6/21/24 12:43, Alexander Kanavin wrote: > This follows the variable rename in oe-core. > > Signed-off-by: Alexander Kanavin <alex@linutronix.de> > --- > documentation/ref-manual/variables.rst | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst > index 16b449d6b..c0cc8fb33 100644 > --- a/documentation/ref-manual/variables.rst > +++ b/documentation/ref-manual/variables.rst > @@ -7086,7 +7086,7 @@ system and gives an overview of their function and contents. > The default value is ``"${WORKDIR}/recipe-sysroot-native"``. > Do not modify it. > > - :term:`RECIPE_UPDATE_EXTRA_TASKS` > + :term:`RECIPE_UPGRADE_EXTRA_TASKS` > For some recipes, after the new source has been unpacked, additional tasks > may need to be run during an upgrade. A good example of this is recipes > which inherit :ref:`ref-classes-cargo-update-recipe-crates`, where the Thanks for the patch! However, I don't see the change in OE-Core yet. So, it's too early to merge this one :) Cheers Michael.
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst index 16b449d6b..c0cc8fb33 100644 --- a/documentation/ref-manual/variables.rst +++ b/documentation/ref-manual/variables.rst @@ -7086,7 +7086,7 @@ system and gives an overview of their function and contents. The default value is ``"${WORKDIR}/recipe-sysroot-native"``. Do not modify it. - :term:`RECIPE_UPDATE_EXTRA_TASKS` + :term:`RECIPE_UPGRADE_EXTRA_TASKS` For some recipes, after the new source has been unpacked, additional tasks may need to be run during an upgrade. A good example of this is recipes which inherit :ref:`ref-classes-cargo-update-recipe-crates`, where the
This follows the variable rename in oe-core. Signed-off-by: Alexander Kanavin <alex@linutronix.de> --- documentation/ref-manual/variables.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)