diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2013-08-07 16:05:25 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-08-13 13:18:53 +0100 |
commit | f9dc302b275094377064ccbffe2732b012b083c6 (patch) | |
tree | f4f48814b56b65f472e41e859014a5afd21f9c40 | |
parent | 43bc43ca817812814e16dd97322c88bd7aad30b1 (diff) | |
download | 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>
-rw-r--r-- | documentation/ref-manual/ref-variables.xml | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 719c6c13b9..0d2349ac36 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" | |||
1786 | </glossdef> | 1786 | </glossdef> |
1787 | </glossentry> | 1787 | </glossentry> |
1788 | 1788 | ||
1789 | <glossentry id='var-INHIBIT_DEFAULT_DEPS'><glossterm>INHIBIT_DEFAULT_DEPS</glossterm> | ||
1790 | <glossdef> | ||
1791 | <para> | ||
1792 | Prevents the default dependencies, namely the C compiler | ||
1793 | and standard C library (libc), from being added to | ||
1794 | <link linkend='var-DEPENDS'><filename>DEPENDS</filename></link>. | ||
1795 | This variable is usually used within recipes that do not | ||
1796 | require any compilation using the C compiler. | ||
1797 | </para> | ||
1798 | |||
1799 | <para> | ||
1800 | Set the variable to "1" to prevent the default dependencies. | ||
1801 | </para> | ||
1802 | </glossdef> | ||
1803 | </glossentry> | ||
1804 | |||
1789 | <glossentry id='var-INHIBIT_PACKAGE_STRIP'><glossterm>INHIBIT_PACKAGE_STRIP</glossterm> | 1805 | <glossentry id='var-INHIBIT_PACKAGE_STRIP'><glossterm>INHIBIT_PACKAGE_STRIP</glossterm> |
1790 | <glossdef> | 1806 | <glossdef> |
1791 | <para> | 1807 | <para> |
@@ -1794,7 +1810,6 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
1794 | </glossdef> | 1810 | </glossdef> |
1795 | </glossentry> | 1811 | </glossentry> |
1796 | 1812 | ||
1797 | |||
1798 | <glossentry id='var-INHERIT'><glossterm>INHERIT</glossterm> | 1813 | <glossentry id='var-INHERIT'><glossterm>INHERIT</glossterm> |
1799 | <glossdef> | 1814 | <glossdef> |
1800 | <para> | 1815 | <para> |