diff options
Diffstat (limited to 'meta/classes')
-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() { maintainer = bb.data.getVar('RECIPE_MAINTAINER', d, True) lf = bb.utils.lockfile(logfile + ".lock") f = open(logfile, "a") - f.write("%s\t%s\t%s\t%s\t%s\t%s\t%s\t%s\t%s\n" % \ + f.write("%s\t%s\t%s\t%s\t%s\t%s\t%s\t%s\n" % \ (pname, maintainer, pproto, pcurver, pmver, pupver, pmstatus, pstatus)) f.close() bb.utils.unlockfile(lf) |