diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2014-08-11 15:56:11 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-08-12 13:50:32 +0100 |
commit | edd25324d36960485212586702c812ce218b8bee (patch) | |
tree | a5438b2cb2f905bc7bb081de08fee7eb47f56492 /documentation/ref-manual | |
parent | 010d19ec2ccb95201902dd034401de3d129355ff (diff) | |
download | poky-edd25324d36960485212586702c812ce218b8bee.tar.gz |
ref-manual: Updated native.bbclass with grammar fix.
Fixes [YOCTO #6622]
Fixed a bungled sentence.
Reported-by: Laszlo Papp <lpapp@kde.org>
(From yocto-docs rev: 4a782c61c21623d82e14b2c3cbe7ca99e418a2c0)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual')
-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 a96ccfd652..868a0da5d4 100644 --- a/documentation/ref-manual/ref-classes.xml +++ b/documentation/ref-manual/ref-classes.xml | |||
@@ -1902,7 +1902,7 @@ | |||
1902 | in the recipe after all other inherit statements so that the | 1902 | in the recipe after all other inherit statements so that the |
1903 | <filename>native</filename> class is inherited last. | 1903 | <filename>native</filename> class is inherited last. |
1904 | </para></listitem> | 1904 | </para></listitem> |
1905 | <listitem><para>Create or modify a target recipe that has adds | 1905 | <listitem><para>Create or modify a target recipe that contains |
1906 | the following: | 1906 | the following: |
1907 | <literallayout class='monospaced'> | 1907 | <literallayout class='monospaced'> |
1908 | <link linkend='var-BBCLASSEXTEND'><filename>BBCLASSEXTEND</filename></link> = "native" | 1908 | <link linkend='var-BBCLASSEXTEND'><filename>BBCLASSEXTEND</filename></link> = "native" |