mirror of
https://git.yoctoproject.org/poky
synced 2026-04-22 15:32:14 +02:00
committed by
Richard Purdie
parent
d436d3bf49
commit
3faa3c7f79
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user