distrodata: fix message

Signed-off-by: Saul Wold <sgw@linux.intel.com>
This commit is contained in:
Saul Wold 2010-12-15 17:59:22 -08:00 committed by Richard Purdie
parent d436d3bf49
commit 3faa3c7f79
1 changed files with 1 additions and 1 deletions

View File

@ -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)