generic-poky/bitbake/lib/bb/ui/crumbs
Paul Eggleton 715d857174 bitbake: Fix default function parameter assignment to a list
With python you should not assign a list as the default value of a
function parameter - because a list is mutable, the result will be that
the first time a value is passed it will actually modify the default.
Reference:

http://docs.python-guide.org/en/latest/writing/gotchas/#mutable-default-arguments

(Bitbake rev: 7859f7388f2e3f675d0e1527cfde18625f36f637)

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2015-08-19 18:05:44 +01:00
..
hig bitbake: hob: Fix sstate mirrors mangling 2014-09-29 12:08:48 +01:00
__init__.py bitbake/crumbs: update documentation header 2011-02-24 15:54:52 +00:00
builddetailspage.py bitbake: Hob: force notebook refresh 2013-11-26 23:01:33 +00:00
builder.py bitbake: bitbake: Add explict getVar param for (non) expansion 2015-06-23 11:57:53 +01:00
buildmanager.py Drop a couple usages of readlines 2010-07-02 15:41:37 +01:00
hobcolor.py bitbake: hob: Hob should display warnings generated during parsing 2013-01-21 19:05:31 +00:00
hobeventhandler.py bitbake: Fix default function parameter assignment to a list 2015-08-19 18:05:44 +01:00
hoblistmodel.py bitbake: hob: adding INHERIT += " testimage " affects image recipes list 2014-04-04 15:07:01 +01:00
hobpages.py bitbake: hob/hobpages: Generate the title label every time 2012-10-02 17:19:28 +01:00
hobwidget.py bitbake: hob: fix rotating progress icon animation 2013-12-02 17:51:35 +00:00
imageconfigurationpage.py bitbake: hob: output filenames based on initial recipe name 2014-03-24 17:54:46 +00:00
imagedetailspage.py bitbake: hob: create a base hob image used to create custom images 2014-02-28 14:48:40 +00:00
packageselectionpage.py bitbake: hob: output filenames based on initial recipe name 2014-03-24 17:54:46 +00: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 bitbake: progress.py: Fix traceback when running goggle ui 2012-09-24 15:35:31 +01:00
progressbar.py bitbake: hob: stop build without percentage shown 2012-10-24 21:13:07 +01:00
puccho.glade bitbake: Switch to bitbake-dev version (bitbake master upstream) 2010-01-20 18:46:02 +00:00
recipeselectionpage.py bitbake: hob: Table sorting criteria should not change after deselecting recipes/packages 2013-05-22 16:25:11 +01:00
runningbuild.py bitbake: Hob: check if warnings are related to package build 2013-12-03 17:45:54 +00:00
sanitycheckpage.py bitbake: Add missing file from previous commit 2012-09-28 09:56:26 +01:00
utils.py ui/crumbs/utils.py: import module bb 2012-06-08 12:13:16 +01:00