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 Saul Wold
parent c0a58abed5
commit e8486ec930

View File

@ -36,6 +36,7 @@
such as <filename>autotools.bbclass</filename> or
<filename>package.bbclass</filename>. The class also contains some commonly
used functions such as <function>oe_runmake</function>.
used functions such as <filename>oe_runmake</filename>.
</para>
</section>