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>
This commit is contained in:
Scott Rifenbark 2016-04-15 08:24:36 -07:00 committed by Richard Purdie
parent ece900a6e8
commit f7b68c7102
1 changed files with 10 additions and 1 deletions

View File

@ -138,7 +138,7 @@
using out-of-tree builds, you should have the recipe inherit the
<filename>autotools-brokensep</filename> class.
The <filename>autotools-brokensep</filename> class behaves the same
as the <filename>autotools</filename> classe but builds with
as the <filename>autotools</filename> class but builds with
<link linkend='var-B'><filename>B</filename></link> ==
<link linkend='var-S'><filename>S</filename></link>.
This method is useful when out-of-tree build support is either not
@ -199,6 +199,15 @@
</para>
</section>
<section id='ref-classes-bash-completion'>
<title><filename>bash-completion.bbclass</filename></title>
<para>
Sets up packaging and dependencies appropriate for recipes that
build software that includes bash-completion data.
</para>
</section>
<section id='ref-classes-bin-package'>
<title><filename>bin_package.bbclass</filename></title>