diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2014-01-16 06:40:20 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-01-21 21:58:03 +0000 |
commit | 29b2fb6d774dde0368a9bfbfedb29ff991ae5f6d (patch) | |
tree | 8ba20456f84201e214118b9d004acc6dbfe0c743 | |
parent | 350aeebec408973df6d3649136cbcd82a68f96b9 (diff) | |
download | poky-29b2fb6d774dde0368a9bfbfedb29ff991ae5f6d.tar.gz |
ref-manual: Updated the nativesdk class to have correct class.
(From yocto-docs rev: 8e0a3c236f746caa6263038380144957039feabe)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | documentation/ref-manual/ref-classes.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml index c451146f96..de8448febf 100644 --- a/documentation/ref-manual/ref-classes.xml +++ b/documentation/ref-manual/ref-classes.xml | |||
@@ -1841,7 +1841,7 @@ | |||
1841 | recipe that inherits the <filename>nativesdk</filename> class. | 1841 | recipe that inherits the <filename>nativesdk</filename> class. |
1842 | If you use this method, you must order the inherit statement | 1842 | If you use this method, you must order the inherit statement |
1843 | in the recipe after all other inherit statements so that the | 1843 | in the recipe after all other inherit statements so that the |
1844 | <filename>native</filename> class is inherited last. | 1844 | <filename>nativesdk</filename> class is inherited last. |
1845 | </para></listitem> | 1845 | </para></listitem> |
1846 | <listitem><para>Create a <filename>nativesdk</filename> variant | 1846 | <listitem><para>Create a <filename>nativesdk</filename> variant |
1847 | of any recipe by adding the following: | 1847 | of any recipe by adding the following: |