diff options
author | Michael Opdenacker <michael.opdenacker@bootlin.com> | 2023-02-08 18:44:44 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-02-10 11:03:36 +0000 |
commit | 00591a06cebf1b5576ce23d078cc63c4eda255ff (patch) | |
tree | b1efc7f72aac84d691268f902c2222f78db1ac3d /documentation | |
parent | f59eda358de7c8b8fea5a8846861e554223172e1 (diff) | |
download | poky-00591a06cebf1b5576ce23d078cc63c4eda255ff.tar.gz |
ref-manual: variables.rst: fix broken hyperlink
(From yocto-docs rev: 048db4183ff314e1c6b51be4dc10f0dbc2aa8401)
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.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst index edc3aa6523..1989bd6206 100644 --- a/documentation/ref-manual/variables.rst +++ b/documentation/ref-manual/variables.rst | |||
@@ -7794,7 +7794,7 @@ system and gives an overview of their function and contents. | |||
7794 | 7794 | ||
7795 | :term:`SSTATE_EXCLUDEDEPS_SYSROOT` is evaluated as two regular | 7795 | :term:`SSTATE_EXCLUDEDEPS_SYSROOT` is evaluated as two regular |
7796 | expressions of recipe and dependency to ignore. An example | 7796 | expressions of recipe and dependency to ignore. An example |
7797 | is the rule in :oe_git:`meta/conf/layer.conf </meta/conf/layer.conf>`:: | 7797 | is the rule in :oe_git:`meta/conf/layer.conf </openembedded-core/tree/meta/conf/layer.conf>`:: |
7798 | 7798 | ||
7799 | # Nothing needs to depend on libc-initial | 7799 | # Nothing needs to depend on libc-initial |
7800 | # base-passwd/shadow-sysroot don't need their dependencies | 7800 | # base-passwd/shadow-sysroot don't need their dependencies |