documentation/poky-ref-manual/ref-classes.xml: Fix to <filename> tag

Had to fix the <variable> tag by replacing it with <filename>.
Previous commit didn't work so this is fixing it.

(From OE-Core rev: 263e572055b09ad2f432f1feda797813ef254e74)

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 2011-04-04 16:08:48 -05:00 committed by Richard Purdie
parent 5bbffff68b
commit efaf5d0973
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@
(empty by default). These are often overridden or extended by other classes
such as <filename>autotools.bbclass</filename> or
<filename>package.bbclass</filename>. The class also contains some commonly
used functions such as <variable>oe_runmake</variable>.
used functions such as <filename>oe_runmake</filename>.
</para>
</section>