mirror of
https://git.yoctoproject.org/poky
synced 2026-04-23 00:32:12 +02:00
staging: Remove debug accidently left in
(From OE-Core rev: 5d757b8bee10a79843e6ab726784393cbef67f73) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -85,7 +85,6 @@ def sysroot_checkhashes(covered, tasknames, fnids, fns, d):
|
||||
for task in covered:
|
||||
if tasknames[task] == "do_populate_sysroot" and fnids[task] in configurefnids:
|
||||
problems.add(task)
|
||||
bb.error("sysroot task found %s" % fns[fnids[task]])
|
||||
return problems
|
||||
|
||||
python do_populate_sysroot () {
|
||||
|
||||
Reference in New Issue
Block a user