bugzilla.bbclass
- 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.