generic-poky/bitbake/lib/bb/ui
Olof Johansson 91083de4cb bitbake: depexp: don't use undefined variable 'logging'
This fixes an issue when trying to use depexp without specifying a
recipe. Before change:

  $ bitbake -g -udepexp
  Traceback (most recent call last):
    File ".../bitbake/bin/bitbake", line 382, in <module>
      ret = main()
    File ".../bitbake/bin/bitbake", line 370, in main
      return ui_module.main(server_connection.connection, server_connection.events, configParams)
    File ".../bitbake/lib/bb/ui/depexp.py", line 201, in main
      logger.error(cmdline['msg'])
  NameError: global name 'logger' is not defined

After change:

  $ bitbake -g -udepexp
  Please specify a package name for dependency graph generation.

(Bitbake rev: 984ad90b2f1e29634dc79803a4a0404ab0534039)

Signed-off-by: Olof Johansson <olof.johansson@axis.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2014-08-25 08:57:45 +01:00
..
crumbs bitbake: hob: add "recipes/images/" to BBFILES when Hob is launched 2014-04-08 13:07:25 +01:00
icons bitbake: Add missing file that went out of sync 2013-06-12 13:13:21 +01:00
__init__.py Formatting cleanups 2010-07-02 15:41:32 +01:00
buildinfohelper.py bitbake: toasterui: fixing event.data clash 2014-07-23 20:07:48 +01:00
depexp.py bitbake: depexp: don't use undefined variable 'logging' 2014-08-25 08:57:45 +01:00
goggle.py bitbake: cooker: Rename confusing 'stop' state to 'forceshutdown' 2013-09-14 08:20:38 +01:00
hob.py bitbake: hob: Use BASEDATASTORE_TRACKING feature 2013-12-03 17:45:54 +00:00
knotty.py bitbake: knotty: Improve exception handling 2014-08-23 09:31:42 +01:00
ncurses.py bitbake: cooker: Rename confusing 'stop' state to 'forceshutdown' 2013-09-14 08:20:38 +01:00
puccho.py Rename the ui 'init' method to 'main' 2011-01-04 14:46:47 +00:00
toasterui.py bitbake: toasterui: fix build - project identification 2014-07-14 14:10:03 +01:00
uievent.py bitbake: uievent: retry on handler registration failure 2014-06-06 10:32:54 +01:00
uihelper.py bitbake: uihelper: Set update flag when start event encountered 2012-10-30 16:55:40 +00:00