1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-08 17:19:20 +00:00

utility-tasks: Switch listtasks to use bb.plain() for printing output

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
Richard Purdie
2010-11-28 15:00:42 +00:00
parent 8a391c3d71
commit c020207142
+1 -1
View File
@@ -7,7 +7,7 @@ python do_listtasks() {
# emit the metadata which isnt valid shell
for e in d.keys():
if bb.data.getVarFlag(e, 'task', d):
sys.__stdout__.write("%s\n" % e)
bb.plain("%s" % e)
}
CLEANFUNCS ?= ""