diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2016-04-15 08:24:36 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-04-18 16:28:24 +0100 |
commit | f7b68c7102f94287bd2ba13a8decdcc7fad90e80 (patch) | |
tree | 3928b3745093c0669ee1173a674cec1b823e3b56 /documentation | |
parent | ece900a6e8b4cbba649129563610b773660e865b (diff) | |
download | poky-f7b68c7102f94287bd2ba13a8decdcc7fad90e80.tar.gz |
ref-manual: Added description for bash-completion.bbclass
(From yocto-docs rev: a3b29e84b5d521d70585b8a2a7bd989c643cd310)
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-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 | ||