diff options
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/ref-manual/ref-classes.xml | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml index ccab5e68ab..05f1fc3253 100644 --- a/documentation/ref-manual/ref-classes.xml +++ b/documentation/ref-manual/ref-classes.xml | |||
@@ -128,8 +128,7 @@ | |||
128 | <para> | 128 | <para> |
129 | By default, the <filename>autotools*</filename> classes | 129 | By default, the <filename>autotools*</filename> classes |
130 | use out-of-tree builds (i.e. | 130 | use out-of-tree builds (i.e. |
131 | <filename>autotools.bbclass</filename> and | 131 | <filename>autotools.bbclass</filename>). |
132 | <filename>autotools_stage.bbclass</filename>). | ||
133 | (<link linkend='var-B'><filename>B</filename></link> <filename>!=</filename> | 132 | (<link linkend='var-B'><filename>B</filename></link> <filename>!=</filename> |
134 | <link linkend='var-S'><filename>S</filename></link>). | 133 | <link linkend='var-S'><filename>S</filename></link>). |
135 | </para> | 134 | </para> |
@@ -139,8 +138,7 @@ | |||
139 | using out-of-tree builds, you should have the recipe inherit the | 138 | using out-of-tree builds, you should have the recipe inherit the |
140 | <filename>autotools-brokensep</filename> class. | 139 | <filename>autotools-brokensep</filename> class. |
141 | The <filename>autotools-brokensep</filename> class behaves the same | 140 | The <filename>autotools-brokensep</filename> class behaves the same |
142 | as the <filename>autotools</filename> and | 141 | as the <filename>autotools</filename> classe but builds with |
143 | <filename>autotools_stage</filename> classes but builds with | ||
144 | <link linkend='var-B'><filename>B</filename></link> == | 142 | <link linkend='var-B'><filename>B</filename></link> == |
145 | <link linkend='var-S'><filename>S</filename></link>. | 143 | <link linkend='var-S'><filename>S</filename></link>. |
146 | This method is useful when out-of-tree build support is either not | 144 | This method is useful when out-of-tree build support is either not |