generic-poky/bitbake/lib/bb/ui/crumbs
Robert Yang cc3da1236c HOB: 'str' object has no attribute 'close'
For builddetailspage.py:
  The "f" was a stream in the past, it is a string now, so it doesn't
  need f.close(), and change its name to "branch".

  And we don't need the "2>&1" since bb.process.run() can handle it, it
  will raise exception when error occurs, we should handle the exception
  ourselves if we want to ignore the error.

For hig.py:
  Use bb.process.Popen() since it doesn't need the return value. If we
  use bb.process.run(), the parent process will wait for the child process
  to terminate to get the result.

[YOCTO #2511]

(Bitbake rev: ab10f3da1976581c371c43cdb88f405cf6fbcd95)

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-05-30 17:23:30 +01:00
..
__init__.py bitbake/crumbs: update documentation header 2011-02-24 15:54:52 +00:00
builddetailspage.py HOB: 'str' object has no attribute 'close' 2012-05-30 17:23:30 +01:00
builder.py Hob: Adjust the progress bar and set 100% only when all is done. 2012-05-23 18:17:02 +01:00
buildmanager.py Drop a couple usages of readlines 2010-07-02 15:41:37 +01:00
hig.py HOB: 'str' object has no attribute 'close' 2012-05-30 17:23:30 +01:00
hobcolor.py Hob: some color style changes to make HobTabBar more close to visual design 2012-03-29 21:25:55 +01:00
hobeventhandler.py Hob: Adjust the progress bar and set 100% only when all is done. 2012-05-23 18:17:02 +01:00
hoblistmodel.py Hob: add '--select a machine--' and '--select a base image--' to GUI 2012-05-22 14:56:17 +01:00
hobpages.py Hob: unify _size_to_string() and _string_to_size() 2012-04-05 18:48:07 +01:00
hobwidget.py Hob: change the build failure scenario as ui design 2012-05-23 11:33:17 +01:00
imageconfigurationpage.py Hob: fixed the line width of base image description view 2012-05-23 11:33:18 +01:00
imagedetailspage.py Hob:fixed the issue of primary button is not an 'orange hob button' 2012-05-25 11:15:11 +01:00
packageselectionpage.py lib/bb/ui/crumbs/[package|recipe]selectionpage: include button 2012-05-20 09:24:26 +01:00
persistenttooltip.py Hob: add original url show function with the tooltip hyperlink for user 2012-05-09 21:56:46 +01:00
progress.py crumbs: add back progress implementation for depexp 2012-02-25 11:55:45 +00:00
progressbar.py lib/bb/ui/crumbs: hob progress bar should not be red when user stops build 2012-03-29 21:12:57 +01:00
puccho.glade bitbake: Switch to bitbake-dev version (bitbake master upstream) 2010-01-20 18:46:02 +00:00
recipeselectionpage.py Hob: add '--select a machine--' and '--select a base image--' to GUI 2012-05-22 14:56:17 +01:00
runningbuild.py Hob: Handle NoProvider event in runningbuild module 2012-04-15 17:31:57 +01:00
template.py Hob: remember layers and settings between Hob sessions 2012-04-14 23:48:48 +01:00
utils.py ui/crumbs/utils.py: new file for choosing terminals 2012-04-11 17:58:49 +01:00