diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml index a5a906d5ac..965302f778 100644 --- a/documentation/ref-manual/ref-classes.xml +++ b/documentation/ref-manual/ref-classes.xml @@ -291,11 +291,11 @@ <filename>bugzilla.bbclass</filename> - The bugzilla class automatically files bug reports - to a Bugzilla instance in response to build failures. - This class uses Bugzilla's XML-RPC interface. - Consequently, you need to enable the class in the instance of Bugzilla - within which you wish to file reports. + The bugzilla class supports setting up an + instance of Bugzilla in which you can automatically files bug reports + in response to build failures. + For this class to work, you need to enable the XML-RPC interface in + the instance of Bugzilla. @@ -529,7 +529,7 @@ Recipes that inherit this class should define their own do_deploy function to copy the files to be deployed to - DEPLOYDIR, + DEPLOYDIR, and use addtask to add the task at the appropriate place, which is usually after do_compile or do_install.