From f9dc302b275094377064ccbffe2732b012b083c6 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Wed, 7 Aug 2013 16:05:25 +0300 Subject: 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 --- documentation/ref-manual/ref-variables.xml | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) (limited to 'documentation') 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" + 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 -- cgit v1.2.3-54-g00ecf