* [PATCH 0/1] Fix depexp UI
@ 2010-12-22 17:08 Joshua Lock
2010-12-22 17:09 ` [PATCH 1/1] bitbake/depexp: fix early exit Joshua Lock
2010-12-22 18:36 ` [PATCH 0/1] Fix depexp UI Richard Purdie
0 siblings, 2 replies; 3+ messages in thread
From: Joshua Lock @ 2010-12-22 17:08 UTC (permalink / raw)
To: poky
I'd introduced a silly bug into depexp, this changeset fixes it...
Pull URL: git://git.pokylinux.org/poky-contrib.git
Branch: josh/master
Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=josh/master
Thanks,
Joshua Lock <josh@linux.intel.com>
---
Joshua Lock (1):
bitbake/depexp: fix early exit
bitbake/lib/bb/ui/depexp.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
--
1.7.3.3
^ permalink raw reply [flat|nested] 3+ messages in thread
* [PATCH 1/1] bitbake/depexp: fix early exit
2010-12-22 17:08 [PATCH 0/1] Fix depexp UI Joshua Lock
@ 2010-12-22 17:09 ` Joshua Lock
2010-12-22 18:36 ` [PATCH 0/1] Fix depexp UI Richard Purdie
1 sibling, 0 replies; 3+ messages in thread
From: Joshua Lock @ 2010-12-22 17:09 UTC (permalink / raw)
To: poky
Stupdi typo/thinko from me had depexp exiting once recipes had parsed
as I'd used a return the while loop where I'd meant a continue...
Signed-off-by: Joshua Lock <josh@linux.intel.com>
---
bitbake/lib/bb/ui/depexp.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/bitbake/lib/bb/ui/depexp.py b/bitbake/lib/bb/ui/depexp.py
index 6fd18d1..155a892 100644
--- a/bitbake/lib/bb/ui/depexp.py
+++ b/bitbake/lib/bb/ui/depexp.py
@@ -225,7 +225,7 @@ def init(server, eventHandler):
print(("\nParsing finished. %d cached, %d parsed, %d skipped, %d masked, %d errors."
% ( event.cached, event.parsed, event.skipped, event.masked, event.errors)))
pbar.hide()
- return
+ continue
gtk.gdk.threads_enter()
pbar.update(x, y)
gtk.gdk.threads_leave()
--
1.7.3.3
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH 0/1] Fix depexp UI
2010-12-22 17:08 [PATCH 0/1] Fix depexp UI Joshua Lock
2010-12-22 17:09 ` [PATCH 1/1] bitbake/depexp: fix early exit Joshua Lock
@ 2010-12-22 18:36 ` Richard Purdie
1 sibling, 0 replies; 3+ messages in thread
From: Richard Purdie @ 2010-12-22 18:36 UTC (permalink / raw)
To: Joshua Lock; +Cc: poky
On Wed, 2010-12-22 at 17:08 +0000, Joshua Lock wrote:
> I'd introduced a silly bug into depexp, this changeset fixes it...
>
> Pull URL: git://git.pokylinux.org/poky-contrib.git
> Branch: josh/master
> Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=josh/master
>
> Thanks,
> Joshua Lock <josh@linux.intel.com>
Merged to master, thanks.
Richard
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2010-12-22 18:39 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-22 17:08 [PATCH 0/1] Fix depexp UI Joshua Lock
2010-12-22 17:09 ` [PATCH 1/1] bitbake/depexp: fix early exit Joshua Lock
2010-12-22 18:36 ` [PATCH 0/1] Fix depexp UI Richard Purdie
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.