summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/variables.rst
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/ref-manual/variables.rst')
-rw-r--r--documentation/ref-manual/variables.rst9
1 files changed, 9 insertions, 0 deletions
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst
index 2a97ff98d3..1d4e2e2be6 100644
--- a/documentation/ref-manual/variables.rst
+++ b/documentation/ref-manual/variables.rst
@@ -1230,6 +1230,15 @@ system and gives an overview of their function and contents.
1230 :term:`Metadata` so it does not need to be parsed every time 1230 :term:`Metadata` so it does not need to be parsed every time
1231 BitBake is started. 1231 BitBake is started.
1232 1232
1233 :term:`CARGO_INSTALL_LIBRARIES`
1234 When inheriting the :ref:`ref-classes-cargo` class, the variable
1235 :term:`CARGO_INSTALL_LIBRARIES` can be set to a non-empty value by
1236 individual recipes to enable the installation of the libraries the
1237 recipe has built in ``${B}/target/${CARGO_TARGET_SUBDIR}`` (files ending
1238 with ``.so`` or ``.rlib``). By default this variable is not defined and
1239 libraries are not installed, to replicate the behavior of the ``cargo
1240 install`` command.
1241
1233 :term:`CC` 1242 :term:`CC`
1234 The minimal command and arguments used to run the C compiler. 1243 The minimal command and arguments used to run the C compiler.
1235 1244