diff mbox series

[v2,06/12] ref-manual/variables.rst: document the MESON_INSTALL_TAGS

Message ID 20250325-release-note-5-2-updates-v2-6-19f050d61da3@bootlin.com
State Under Review
Headers show
Series Updates for upcoming 5.2 release | expand

Commit Message

Antonin Godard March 25, 2025, 9:20 a.m. UTC
This variable can be used to add install tags to the 'meson install'
command.

Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
---
 documentation/ref-manual/variables.rst | 4 ++++
 1 file changed, 4 insertions(+)

Comments

Quentin Schulz March 28, 2025, 2:08 p.m. UTC | #1
Hi Antonin,

On 3/25/25 10:20 AM, Antonin Godard via lists.yoctoproject.org wrote:
> This variable can be used to add install tags to the 'meson install'
> command.
> 
> Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
> ---
>   documentation/ref-manual/variables.rst | 4 ++++
>   1 file changed, 4 insertions(+)
> 
> diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst
> index b872d7935..d5fec650c 100644
> --- a/documentation/ref-manual/variables.rst
> +++ b/documentation/ref-manual/variables.rst
> @@ -5601,6 +5601,10 @@ system and gives an overview of their function and contents.
>         you to specify the inclusion of debugging symbols and the compiler
>         optimizations (none, performance or size).
>   
> +   :term:`MESON_INSTALL_TAGS`
> +      A variable for the :ref:`ref-classes-meson` class, allowing to specify
> +      install tags (``--tags`` argument of the ``meson install`` command).
> +

We could provide a link here too, e.g. 
https://mesonbuild.com/Installing.html#installation-tags

Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de>

Thanks!
Quentin
diff mbox series

Patch

diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst
index b872d7935..d5fec650c 100644
--- a/documentation/ref-manual/variables.rst
+++ b/documentation/ref-manual/variables.rst
@@ -5601,6 +5601,10 @@  system and gives an overview of their function and contents.
       you to specify the inclusion of debugging symbols and the compiler
       optimizations (none, performance or size).
 
+   :term:`MESON_INSTALL_TAGS`
+      A variable for the :ref:`ref-classes-meson` class, allowing to specify
+      install tags (``--tags`` argument of the ``meson install`` command).
+
    :term:`MESON_TARGET`
       A variable for the :ref:`ref-classes-meson` class, allowing to choose
       a Meson target to build in :ref:`ref-tasks-compile`.  Otherwise, the