From 38c853a83df6bfc721b563044a72f78466fa1f81 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Wed, 22 Oct 2014 10:30:58 -0700 Subject: ref-manual: Applied review edits for new classes and variables. These edits were minor with the addition of some descriptions that had to be fleshed out. All comments from Paul Eggleton. (From yocto-docs rev: 4ae7c5a5e5aa23307e28de0832d379145c4ef8f1) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-classes.xml | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) (limited to 'documentation/ref-manual/ref-classes.xml') diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml index 11961a7940..fed25b25e6 100644 --- a/documentation/ref-manual/ref-classes.xml +++ b/documentation/ref-manual/ref-classes.xml @@ -239,8 +239,8 @@ An alternative version of the binconfig class, which disables binary configuration scripts by making them - return an error in favor of installing them using - pkg-config. + return an error in favor of using pkg-config + to query the information. The scripts to be disabled should be specified using the BINCONFIG variable within the recipe inheriting the class. @@ -465,7 +465,7 @@ <filename>compress_doc.bbclass</filename> - Enables compression for man pages and information pages. + Enables compression for man pages and info pages. This class is intended to be inherited globally. The default compression mechanism is gz (gzip) but you can select an alternative mechanism by setting the @@ -492,10 +492,13 @@ <filename>copyleft_filter.bbclass</filename> - A class used by the archiver and the + A class used by the + archiver + and copyleft_compliance - class for filtering licenses. - This is an internal class and is not intended to be used directly. + classes for filtering licenses. + The copyleft_filter class is an internal class + and is not intended to be used directly. @@ -1059,7 +1062,7 @@ You can also see the - Gummiboot documentation + Gummiboot documentation for more information. @@ -2620,7 +2623,7 @@ Enables package tests (ptests) specifically for GNOME packages, which have tests intended to be executed with - gnome-desktop-testing. + gnome-desktop-testing. -- cgit v1.2.3-54-g00ecf