diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2018-04-17 12:48:44 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-05-24 17:16:18 +0100 |
commit | e387870ac8abffd3c6436164d3966146b092227e (patch) | |
tree | 733096f04da58723af40fce171697e25846b8607 /documentation/ref-manual/ref-classes.xml | |
parent | 36706a55ee9177a373a58036a6a8193790b143da (diff) | |
download | poky-e387870ac8abffd3c6436164d3966146b092227e.tar.gz |
ref-manual: Fixed wording on how autotools classes build by default
Took out stange parenthetical construct and the links to the B and
S variables. Links were redundant. The construct was weird.
(From yocto-docs rev: 9cd2bf116bd89288a93944359a4809e68fa61f7b)
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/ref-classes.xml')
-rw-r--r-- | documentation/ref-manual/ref-classes.xml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml index 1325d16590..492b30283c 100644 --- a/documentation/ref-manual/ref-classes.xml +++ b/documentation/ref-manual/ref-classes.xml | |||
@@ -127,9 +127,8 @@ | |||
127 | <para> | 127 | <para> |
128 | By default, the <filename>autotools*</filename> classes | 128 | By default, the <filename>autotools*</filename> classes |
129 | use out-of-tree builds (i.e. | 129 | use out-of-tree builds (i.e. |
130 | <filename>autotools.bbclass</filename>). | 130 | <filename>autotools.bbclass</filename> building with |
131 | (<link linkend='var-B'><filename>B</filename></link> <filename>!=</filename> | 131 | <filename>B != S</filename>). |
132 | <link linkend='var-S'><filename>S</filename></link>). | ||
133 | </para> | 132 | </para> |
134 | 133 | ||
135 | <para> | 134 | <para> |