@@ -1230,6 +1230,15 @@ system and gives an overview of their function and contents.
:term:`Metadata` so it does not need to be parsed every time
BitBake is started.
+ :term:`CARGO_INSTALL_LIBRARIES`
+ When inheriting the :ref:`ref-classes-cargo` class, the variable
+ :term:`CARGO_INSTALL_LIBRARIES` can be set to a non-empty value by
+ individual recipes to enable the installation of the libraries the
+ recipe has built in ``${B}/target/${CARGO_TARGET_SUBDIR}`` (files ending
+ with ``.so`` or ``.rlib``). By default this variable is not defined and
+ libraries are not installed, to replicate the behavior of the ``cargo
+ install`` command.
+
:term:`CC`
The minimal command and arguments used to run the C compiler.
This variable controls whether libraries compiled by recipes inheriting cargo are installed or not. Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> --- documentation/ref-manual/variables.rst | 9 +++++++++ 1 file changed, 9 insertions(+)