summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@bootlin.com>2023-08-02 20:53:17 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-08-30 15:54:59 +0100
commit2090a416ad4080fbd594ecb207e7545a05a63146 (patch)
treea647f3cefa30e9f02107103746abc28b152a7c7c /documentation/ref-manual
parent0537f6f4fc373e61c1d32fe1e4d7fa43ac54c93c (diff)
downloadpoky-2090a416ad4080fbd594ecb207e7545a05a63146.tar.gz
ref-manual: classes.rst: fix location of _ref-classes-ccache
(From yocto-docs rev: c2204f3b61ec2fbd36c6f216a66fe5495edd6b90) Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual')
-rw-r--r--documentation/ref-manual/classes.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/ref-manual/classes.rst b/documentation/ref-manual/classes.rst
index 973070dfb1..3f0d4844e8 100644
--- a/documentation/ref-manual/classes.rst
+++ b/documentation/ref-manual/classes.rst
@@ -293,8 +293,6 @@ An exception is the "rust" recipe, to build the Rust compiler and runtime
293library, which is built by Cargo but cannot use the :ref:`ref-classes-cargo` 293library, which is built by Cargo but cannot use the :ref:`ref-classes-cargo`
294class. This is why this class was introduced. 294class. This is why this class was introduced.
295 295
296.. _ref-classes-ccache:
297
298.. _ref-classes-cargo-update-recipe-crates: 296.. _ref-classes-cargo-update-recipe-crates:
299 297
300``cargo-update-recipe-crates`` 298``cargo-update-recipe-crates``
@@ -319,6 +317,8 @@ recipe::
319That's also something you can achieve by using the 317That's also something you can achieve by using the
320`cargo-bitbake <https://crates.io/crates/cargo-bitbake>`__ tool. 318`cargo-bitbake <https://crates.io/crates/cargo-bitbake>`__ tool.
321 319
320.. _ref-classes-ccache:
321
322``ccache`` 322``ccache``
323========== 323==========
324 324