aboutsummaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2016-10-05 11:13:53 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-10-11 08:51:22 +0100
commit684a8753ab7236c37da5a9fcad0bc1103f6e83ab (patch)
treee696a2d3475aa602f7bc6356fe4f5d8a1fc87445 /documentation
parentcda7141ad131132024105922ddedbb0145b90e35 (diff)
downloadopenembedded-core-contrib-684a8753ab7236c37da5a9fcad0bc1103f6e83ab.tar.gz
ref-manual: Added link in the SYSROOT_DIRS_NATIVE description
Fixes [YOCTO #10377] Linkified the STAGING_DIR_NATIVE item in the the SYSROOT_DIRS_NATIVE glossary entry. (From yocto-docs rev: e02ecfac949b92ec32a621fccb0d1663bb7816ad) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/ref-manual/ref-variables.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index 8824943acb..842b60ed8a 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -13213,8 +13213,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
<note>
Programs built by <filename>-native</filename> recipes
run directly from the sysroot
- (<filename>STAGING_DIR_NATIVE</filename>), which is
- why additional directories containing program
+ (<link linkend='var-STAGING_DIR_NATIVE'><filename>STAGING_DIR_NATIVE</filename></link>),
+ which is why additional directories containing program
executables and supporting files need to be staged.
</note>
</para>