summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/ref-classes.xml
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2018-04-17 13:48:29 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-05-24 17:16:18 +0100
commit9fb35c02b6eab1a4e15f60654e43d7a98ceaf85e (patch)
treecc4f7d9e7b23d69b34dd338b6e41b2a6d21a8435 /documentation/ref-manual/ref-classes.xml
parentac798d5543dcf318a2e295f07286d2400b068930 (diff)
downloadpoky-9fb35c02b6eab1a4e15f60654e43d7a98ceaf85e.tar.gz
ref-manual: Enhanced link to the host-user-contaminated test.
The link was just going to the top of the section. I added an ID tag to the actual host-user-contaminated test within that insane.bbclass description. Now, the user is linked right to that test. (From yocto-docs rev: b1e5b5a1876e211a8c57bfa727fa9031cfe5e0ac) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/ref-classes.xml')
-rw-r--r--documentation/ref-manual/ref-classes.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml
index a9fc70ae40..77f21ede79 100644
--- a/documentation/ref-manual/ref-classes.xml
+++ b/documentation/ref-manual/ref-classes.xml
@@ -1551,7 +1551,8 @@
1551 <link linkend='var-FILES'><filename>FILES</filename></link> 1551 <link linkend='var-FILES'><filename>FILES</filename></link>
1552 variable values that contain "//", which is invalid. 1552 variable values that contain "//", which is invalid.
1553 </para></listitem> 1553 </para></listitem>
1554 <listitem><para><emphasis><filename>host-user-contaminated:</filename></emphasis> 1554 <listitem><para id='insane-host-user-contaminated'>
1555 <emphasis><filename>host-user-contaminated:</filename></emphasis>
1555 Checks that no package produced by the recipe contains any 1556 Checks that no package produced by the recipe contains any
1556 files outside of <filename>/home</filename> with a user or 1557 files outside of <filename>/home</filename> with a user or
1557 group ID that matches the user running BitBake. 1558 group ID that matches the user running BitBake.