summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2013-08-07 16:05:25 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-08-13 13:18:53 +0100
commitf9dc302b275094377064ccbffe2732b012b083c6 (patch)
treef4f48814b56b65f472e41e859014a5afd21f9c40 /documentation
parent43bc43ca817812814e16dd97322c88bd7aad30b1 (diff)
downloadast2050-yocto-poky-f9dc302b275094377064ccbffe2732b012b083c6.zip
ast2050-yocto-poky-f9dc302b275094377064ccbffe2732b012b083c6.tar.gz
ref-manual: Added glossary entry for INHIBIT_DEFAULT_DEPS variable.
(From yocto-docs rev: d33370a1a1448a339a32f91c171193c7f4d9397e) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/ref-manual/ref-variables.xml17
1 files changed, 16 insertions, 1 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index 719c6c1..0d2349a 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -1786,6 +1786,22 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
</glossdef>
</glossentry>
+ <glossentry id='var-INHIBIT_DEFAULT_DEPS'><glossterm>INHIBIT_DEFAULT_DEPS</glossterm>
+ <glossdef>
+ <para>
+ Prevents the default dependencies, namely the C compiler
+ and standard C library (libc), from being added to
+ <link linkend='var-DEPENDS'><filename>DEPENDS</filename></link>.
+ This variable is usually used within recipes that do not
+ require any compilation using the C compiler.
+ </para>
+
+ <para>
+ Set the variable to "1" to prevent the default dependencies.
+ </para>
+ </glossdef>
+ </glossentry>
+
<glossentry id='var-INHIBIT_PACKAGE_STRIP'><glossterm>INHIBIT_PACKAGE_STRIP</glossterm>
<glossdef>
<para>
@@ -1794,7 +1810,6 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
</glossdef>
</glossentry>
-
<glossentry id='var-INHERIT'><glossterm>INHERIT</glossterm>
<glossdef>
<para>
OpenPOWER on IntegriCloud