From: Scott Rifenbark Date: Fri, 15 Apr 2016 15:24:36 +0000 (-0700) Subject: ref-manual: Added description for bash-completion.bbclass X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f7b68c7102f94287bd2ba13a8decdcc7fad90e80;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git ref-manual: Added description for bash-completion.bbclass (From yocto-docs rev: a3b29e84b5d521d70585b8a2a7bd989c643cd310) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml index 5e281c3873a..f271b247460 100644 --- a/documentation/ref-manual/ref-classes.xml +++ b/documentation/ref-manual/ref-classes.xml @@ -138,7 +138,7 @@ using out-of-tree builds, you should have the recipe inherit the autotools-brokensep class. The autotools-brokensep class behaves the same - as the autotools classe but builds with + as the autotools class but builds with B == S. This method is useful when out-of-tree build support is either not @@ -199,6 +199,15 @@ +
+ <filename>bash-completion.bbclass</filename> + + + Sets up packaging and dependencies appropriate for recipes that + build software that includes bash-completion data. + +
+
<filename>bin_package.bbclass</filename>