diff options
author | Nicolas Dechesne <nicolas.dechesne@linaro.org> | 2020-07-24 17:40:18 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-09-17 10:09:33 +0100 |
commit | 7b87ca796a97628b2e83e7b43f2a9a9a81039972 (patch) | |
tree | 13252d21b71d455441445f35be3cea101bf0247e /documentation | |
parent | c473fa229239752367c5d573160fc8738cf1907e (diff) | |
download | poky-7b87ca796a97628b2e83e7b43f2a9a9a81039972.tar.gz |
sphinx: ref-manual: fix typo
The variable name is SSTATE_MIRROR, not STATE_MIRROR, and because of
the typo, it was not caught by the Python regexp.
(From yocto-docs rev: 7347f5343c4995c53da6b9a88a3912453def9669)
Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/ref-manual/ref-classes.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/ref-manual/ref-classes.rst b/documentation/ref-manual/ref-classes.rst index 1685483363..6449b49cd4 100644 --- a/documentation/ref-manual/ref-classes.rst +++ b/documentation/ref-manual/ref-classes.rst | |||
@@ -855,8 +855,8 @@ using an empty :term:`PARALLEL_MAKE` variable. | |||
855 | 855 | ||
856 | Inheriting the ``icecc`` class changes all sstate signatures. | 856 | Inheriting the ``icecc`` class changes all sstate signatures. |
857 | Consequently, if a development team has a dedicated build system that | 857 | Consequently, if a development team has a dedicated build system that |
858 | populates ```STATE_MIRRORS`` <#var-SSTATE_MIRRORS>`__ and they want to | 858 | populates :term:`SSTATE_MIRRORS` and they want to |
859 | reuse sstate from ``STATE_MIRRORS``, then all developers and the build | 859 | reuse sstate from ``SSTATE_MIRRORS``, then all developers and the build |
860 | system need to either inherit the ``icecc`` class or nobody should. | 860 | system need to either inherit the ``icecc`` class or nobody should. |
861 | 861 | ||
862 | At the distribution level, you can inherit the ``icecc`` class to be | 862 | At the distribution level, you can inherit the ``icecc`` class to be |