summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual
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:24 +0100
commit7fb1be276b92e41457130ffd01289104fe50d2da (patch)
tree0f8df33a988a76b0d77027df331f617e1fe1a0a7 /documentation/ref-manual
parentf5dbfbbebe2bd6230ace38a0d6ebaa466a00c82b (diff)
downloadpoky-7fb1be276b92e41457130ffd01289104fe50d2da.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')
-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.