ref-manual: Expanded CLASSOVERRIDE variable example description.

(From yocto-docs rev: d393de9d80e533cf6ed89d967c21b5edb96cafd9)

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Scott Rifenbark
2013-11-19 09:44:37 -08:00
committed by Richard Purdie
parent 21dde6f3fc
commit 96b948af5f

View File

@@ -905,7 +905,9 @@
variable goes into
<link linkend='var-OVERRIDES'><filename>OVERRIDES</filename></link>
and then can be used as an override.
Here is an example:
Here is an example where "python-native" is added to
<link linkend='var-DEPENDS'><filename>DEPENDS</filename></link>
only when building for the native case:
<literallayout class='monospaced'>
DEPENDS_append_class-native = " python-native"
</literallayout>