]> code.ossystems Code Review - openembedded-core.git/commitdiff
staging: Remove debug accidently left in
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 22 Nov 2011 15:00:46 +0000 (15:00 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 22 Nov 2011 15:00:46 +0000 (15:00 +0000)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/staging.bbclass

index 259a6611c96e76b81da70c002fbf1b1e8838e7fb..9c9df6af926bacd9ebbef14b7070770ae22c6160 100644 (file)
@@ -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 () {