]> code.ossystems Code Review - openembedded-core.git/commitdiff
distrodata: fix message
authorSaul Wold <sgw@linux.intel.com>
Thu, 16 Dec 2010 01:59:22 +0000 (17:59 -0800)
committerRichard Purdie <rpurdie@linux.intel.com>
Thu, 16 Dec 2010 17:18:07 +0000 (17:18 +0000)
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/classes/distrodata.bbclass

index bb93336ad3328ea7411325288c71a29835051d48..0378790f705b06f63101187ad7ffd67a0abbf1b7 100644 (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)