diff options
| author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2011-04-04 16:08:48 -0500 |
|---|---|---|
| committer | Saul Wold <sgw@linux.intel.com> | 2011-05-06 17:44:18 -0700 |
| commit | e8486ec9308dfaadafbb5f37a0ec0285a732b3cb (patch) | |
| tree | cb7afc9dff5bbbe94b9d29f6f8d7176482892111 /documentation | |
| parent | c0a58abed519046fb860b203f7f016fda89311d3 (diff) | |
| download | poky-e8486ec9308dfaadafbb5f37a0ec0285a732b3cb.tar.gz | |
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>
Diffstat (limited to 'documentation')
| -rw-r--r-- | documentation/poky-ref-manual/ref-classes.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/documentation/poky-ref-manual/ref-classes.xml b/documentation/poky-ref-manual/ref-classes.xml index d7cfb6e143..40a5569f3c 100644 --- a/documentation/poky-ref-manual/ref-classes.xml +++ b/documentation/poky-ref-manual/ref-classes.xml | |||
| @@ -36,6 +36,7 @@ | |||
| 36 | such as <filename>autotools.bbclass</filename> or | 36 | such as <filename>autotools.bbclass</filename> or |
| 37 | <filename>package.bbclass</filename>. The class also contains some commonly | 37 | <filename>package.bbclass</filename>. The class also contains some commonly |
| 38 | used functions such as <function>oe_runmake</function>. | 38 | used functions such as <function>oe_runmake</function>. |
| 39 | used functions such as <filename>oe_runmake</filename>. | ||
| 39 | </para> | 40 | </para> |
| 40 | </section> | 41 | </section> |
| 41 | 42 | ||
