diff options
-rw-r--r-- | documentation/ref-manual/ref-classes.xml | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml index 5e281c3873..f271b24746 100644 --- a/documentation/ref-manual/ref-classes.xml +++ b/documentation/ref-manual/ref-classes.xml | |||
@@ -138,7 +138,7 @@ | |||
138 | 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 |
139 | <filename>autotools-brokensep</filename> class. | 139 | <filename>autotools-brokensep</filename> class. |
140 | The <filename>autotools-brokensep</filename> class behaves the same | 140 | The <filename>autotools-brokensep</filename> class behaves the same |
141 | as the <filename>autotools</filename> classe but builds with | 141 | as the <filename>autotools</filename> class but builds with |
142 | <link linkend='var-B'><filename>B</filename></link> == | 142 | <link linkend='var-B'><filename>B</filename></link> == |
143 | <link linkend='var-S'><filename>S</filename></link>. | 143 | <link linkend='var-S'><filename>S</filename></link>. |
144 | 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 |
@@ -199,6 +199,15 @@ | |||
199 | </para> | 199 | </para> |
200 | </section> | 200 | </section> |
201 | 201 | ||
202 | <section id='ref-classes-bash-completion'> | ||
203 | <title><filename>bash-completion.bbclass</filename></title> | ||
204 | |||
205 | <para> | ||
206 | Sets up packaging and dependencies appropriate for recipes that | ||
207 | build software that includes bash-completion data. | ||
208 | </para> | ||
209 | </section> | ||
210 | |||
202 | <section id='ref-classes-bin-package'> | 211 | <section id='ref-classes-bin-package'> |
203 | <title><filename>bin_package.bbclass</filename></title> | 212 | <title><filename>bin_package.bbclass</filename></title> |
204 | 213 | ||