diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-11-22 15:00:46 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-11-22 15:00:46 +0000 |
commit | 5d757b8bee10a79843e6ab726784393cbef67f73 (patch) | |
tree | 6108de9132583d619172ddd719eeb913e2fabefd /meta/classes | |
parent | 5f1dc1991f97037692193572298eb7f7a5640760 (diff) | |
download | openembedded-core-5d757b8bee10a79843e6ab726784393cbef67f73.tar.gz openembedded-core-5d757b8bee10a79843e6ab726784393cbef67f73.tar.bz2 openembedded-core-5d757b8bee10a79843e6ab726784393cbef67f73.zip |
staging: Remove debug accidently left in
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes')
-rw-r--r-- | meta/classes/staging.bbclass | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/classes/staging.bbclass b/meta/classes/staging.bbclass index 259a6611c9..9c9df6af92 100644 --- a/meta/classes/staging.bbclass +++ b/meta/classes/staging.bbclass @@ -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 () { |