From: Scott Rifenbark Date: Wed, 7 Aug 2013 13:05:25 +0000 (+0300) Subject: ref-manual: Added glossary entry for INHIBIT_DEFAULT_DEPS variable. X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f9dc302b275094377064ccbffe2732b012b083c6;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git ref-manual: Added glossary entry for INHIBIT_DEFAULT_DEPS variable. (From yocto-docs rev: d33370a1a1448a339a32f91c171193c7f4d9397e) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 719c6c13b95..0d2349ac361 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" + INHIBIT_DEFAULT_DEPS + + + Prevents the default dependencies, namely the C compiler + and standard C library (libc), from being added to + DEPENDS. + This variable is usually used within recipes that do not + require any compilation using the C compiler. + + + + Set the variable to "1" to prevent the default dependencies. + + + + INHIBIT_PACKAGE_STRIP @@ -1794,7 +1810,6 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - INHERIT