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:56 +0000 |
commit | 47004dfbaa6007549b18f9a08f4fae1f9bd4975b (patch) | |
tree | 11ae5bece3d634ae66f7969237b4ddbc3becc9eb /meta | |
parent | 3ab018c6254b883a6b6a61f79405dc3f8e40ad77 (diff) | |
download | poky-47004dfbaa6007549b18f9a08f4fae1f9bd4975b.tar.gz |
staging: Remove debug accidently left in
(From OE-Core rev: 5d757b8bee10a79843e6ab726784393cbef67f73)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-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): | |||
85 | for task in covered: | 85 | for task in covered: |
86 | if tasknames[task] == "do_populate_sysroot" and fnids[task] in configurefnids: | 86 | if tasknames[task] == "do_populate_sysroot" and fnids[task] in configurefnids: |
87 | problems.add(task) | 87 | problems.add(task) |
88 | bb.error("sysroot task found %s" % fns[fnids[task]]) | ||
89 | return problems | 88 | return problems |
90 | 89 | ||
91 | python do_populate_sysroot () { | 90 | python do_populate_sysroot () { |