summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/ref-classes.xml
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2013-04-12 06:20:23 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-04-13 23:57:16 +0100
commit424b0410b4a439cfe1a66369376ce5bbc354691e (patch)
tree901285cf55f40f877b60149e2312a5caa929d3df /documentation/ref-manual/ref-classes.xml
parentfb156da5b60f6a191de6e5e2fb8c813f7e3840c7 (diff)
downloadpoky-424b0410b4a439cfe1a66369376ce5bbc354691e.tar.gz
ref-manual: Added a cross-link to the INSANE_SKIP variable.
(From yocto-docs rev: 73561644c4fa0aae4217862e8d15a0cb2d874dd1) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.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.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml
index 7a451d625c..a602286316 100644
--- a/documentation/ref-manual/ref-classes.xml
+++ b/documentation/ref-manual/ref-classes.xml
@@ -591,7 +591,7 @@
591 these checks at the global level (i.e. in your custom distro 591 these checks at the global level (i.e. in your custom distro
592 configuration). 592 configuration).
593 However, to skip one or more checks in recipes, you should use 593 However, to skip one or more checks in recipes, you should use
594 <filename>INSANE_SKIP</filename>. 594 <link linkend='var-INSANE_SKIP'><filename>INSANE_SKIP</filename></link>.
595 For example, to skip the check for symbolic link 595 For example, to skip the check for symbolic link
596 <filename>.so</filename> files in the main package of a recipe, 596 <filename>.so</filename> files in the main package of a recipe,
597 add the following to the recipe. 597 add the following to the recipe.