From f7b68c7102f94287bd2ba13a8decdcc7fad90e80 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Fri, 15 Apr 2016 08:24:36 -0700 Subject: ref-manual: Added description for bash-completion.bbclass (From yocto-docs rev: a3b29e84b5d521d70585b8a2a7bd989c643cd310) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-classes.xml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) 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 @@ 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> -- cgit 1.2.3-korg