]> code.ossystems Code Review - openembedded-core.git/commit
Rename the ui 'init' method to 'main'
authorChris Larson <chris_larson@mentor.com>
Thu, 9 Dec 2010 19:05:22 +0000 (14:05 -0500)
committerRichard Purdie <rpurdie@linux.intel.com>
Tue, 4 Jan 2011 14:46:47 +0000 (14:46 +0000)
commitc8d2dad04960746d38d28bb2c5aba8363534541a
tree1871652c0d8d52ad23d216db0da03392b276c11d
parent72c6953488149f1c1fe93a1191f5aa88e6f128de
Rename the ui 'init' method to 'main'

As these may run the UI in a blocking fashion and then return the exit code,
'init' was an inappropriate name, and 'main' is more appropriate.

(Bitbake rev: 4d081a0ed759bd526ab01849d650bd9e8d80ddd1)

Signed-off-by: Chris Larson <chris_larson@mentor.com>
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
bitbake/bin/bitbake
bitbake/lib/bb/ui/depexp.py
bitbake/lib/bb/ui/goggle.py
bitbake/lib/bb/ui/knotty.py
bitbake/lib/bb/ui/ncurses.py
bitbake/lib/bb/ui/puccho.py