diff options
Diffstat (limited to 'meta/classes/distrodata.bbclass')
-rw-r--r-- | meta/classes/distrodata.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/distrodata.bbclass b/meta/classes/distrodata.bbclass index bb93336ad3..0378790f70 100644 --- a/meta/classes/distrodata.bbclass +++ b/meta/classes/distrodata.bbclass | |||
@@ -610,7 +610,7 @@ python do_checkpkg() { | |||
610 | maintainer = bb.data.getVar('RECIPE_MAINTAINER', d, True) | 610 | maintainer = bb.data.getVar('RECIPE_MAINTAINER', d, True) |
611 | lf = bb.utils.lockfile(logfile + ".lock") | 611 | lf = bb.utils.lockfile(logfile + ".lock") |
612 | f = open(logfile, "a") | 612 | f = open(logfile, "a") |
613 | f.write("%s\t%s\t%s\t%s\t%s\t%s\t%s\t%s\t%s\n" % \ | 613 | f.write("%s\t%s\t%s\t%s\t%s\t%s\t%s\t%s\n" % \ |
614 | (pname, maintainer, pproto, pcurver, pmver, pupver, pmstatus, pstatus)) | 614 | (pname, maintainer, pproto, pcurver, pmver, pupver, pmstatus, pstatus)) |
615 | f.close() | 615 | f.close() |
616 | bb.utils.unlockfile(lf) | 616 | bb.utils.unlockfile(lf) |