ref-manual: Expanded CLASSOVERRIDE variable example description.

(From yocto-docs rev: f78cfbd4bd06f4dbf35522f2fd4b2012de889323)

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 3cd74158dd
commit 04ee674163
1 changed files with 9 additions and 7 deletions

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>