summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@bootlin.com>2023-02-08 18:44:44 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-02-15 10:26:54 +0000
commitbc86cc08436f829a34d06322ce2648b2389ebe8d (patch)
treea28fd07a46b39cfd7674098b5aa0687bff5c5b14 /documentation
parentdeba71a1f2a15c436319487d58be2aaf73d21d0c (diff)
downloadpoky-bc86cc08436f829a34d06322ce2648b2389ebe8d.tar.gz
ref-manual: variables.rst: fix broken hyperlink
(From yocto-docs rev: 9446de9ab2d03af1f232ac42cb79cea1b04deb8c) Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/ref-manual/variables.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst
index f17960e0e9..b31408ca95 100644
--- a/documentation/ref-manual/variables.rst
+++ b/documentation/ref-manual/variables.rst
@@ -7545,7 +7545,7 @@ system and gives an overview of their function and contents.
7545 7545
7546 ``SSTATE_EXCLUDEDEPS_SYSROOT`` is evaluated as two regular 7546 ``SSTATE_EXCLUDEDEPS_SYSROOT`` is evaluated as two regular
7547 expressions of recipe and dependency to ignore. An example 7547 expressions of recipe and dependency to ignore. An example
7548 is the rule in :oe_git:`meta/conf/layer.conf </meta/conf/layer.conf>`:: 7548 is the rule in :oe_git:`meta/conf/layer.conf </openembedded-core/tree/meta/conf/layer.conf>`::
7549 7549
7550 # Nothing needs to depend on libc-initial 7550 # Nothing needs to depend on libc-initial
7551 # base-passwd/shadow-sysroot don't need their dependencies 7551 # base-passwd/shadow-sysroot don't need their dependencies