distrodata.bbclass: fix syntax errors

Thes were added by the recent event handler changes.

(From OE-Core rev: 166313ca2edd05f7d3472ba23ba6f44ae12a7d12)

Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Laurentiu Palcu 2013-06-15 15:17:36 +03:00 committed by Richard Purdie
parent fee1032ab4
commit 194b395f85
1 changed files with 2 additions and 2 deletions

View File

@ -196,7 +196,7 @@ do_distrodataall() {
}
addhandler checkpkg_eventhandler
checkpkg_eventhandler[eventmask] = "bb.event.BuildStarted bb.event.BuildCompleted"
checkpkg_eventhandler[eventmask] = "bb.event.BuildStarted bb.event.BuildCompleted"
python checkpkg_eventhandler() {
def parse_csv_file(filename):
package_dict = {}
@ -793,7 +793,7 @@ do_checkpkgall() {
}
addhandler distro_check_eventhandler
distro_check_eventhandler bb.event.BuildStarted
distro_check_eventhandler[eventmask] = "bb.event.BuildStarted"
python distro_check_eventhandler() {
"""initialize log files."""
import oe.distro_check as dc