From e15fd00b048820e7aa656dfc9a34a0977fe667d3 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Sat, 27 May 2006 20:30:17 +0000 Subject: doc/manual/usermanual.xml: Simplify the sentence --- doc/manual/usermanual.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/manual/usermanual.xml b/doc/manual/usermanual.xml index e7942e9a3..eb5eedb19 100644 --- a/doc/manual/usermanual.xml +++ b/doc/manual/usermanual.xml @@ -195,7 +195,7 @@ addtask printdate before do_build
Events NOTE: This is only supported in .bb and .bbclass files. - BitBake also implements a means of registering event handlers. Events are triggered at certain points during operation, such as, the beginning of operation against a given .bb, the start of a given task, task failure, task success, et cetera. The intent was to make it easy to do things like email notifications on build failure. + BitBake allows to install event handlers. Events are triggered at certain points during operation, such as, the beginning of operation against a given .bb, the start of a given task, task failure, task success, et cetera. The intent was to make it easy to do things like email notifications on build failure. addhandler myclass_eventhandler python myclass_eventhandler() { from bb.event import NotHandled, getName -- cgit 1.2.3-korg