diff options
author | Richard Purdie <richard@openedhand.com> | 2006-11-16 15:02:15 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2006-11-16 15:02:15 +0000 |
commit | 306b7c7a9757ead077363074e7bbac2e5c03e7c5 (patch) | |
tree | 6935017a9af749c46816881c86258f514384ba1c /bitbake/bin/bitdoc | |
parent | 65930a38e415ae4a0182e1cea1be838e0ada50ee (diff) | |
download | poky-306b7c7a9757ead077363074e7bbac2e5c03e7c5.tar.gz |
bitbake: Upgrade from 1.4 -> 1.7.4ish
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@863 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'bitbake/bin/bitdoc')
-rwxr-xr-x | bitbake/bin/bitdoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/bin/bitdoc b/bitbake/bin/bitdoc index 84d2ee23ce..e865e1b998 100755 --- a/bitbake/bin/bitdoc +++ b/bitbake/bin/bitdoc | |||
@@ -442,7 +442,7 @@ Create a set of html pages (documentation) for a bitbake.conf.... | |||
442 | options, args = parser.parse_args( sys.argv ) | 442 | options, args = parser.parse_args( sys.argv ) |
443 | 443 | ||
444 | if options.debug: | 444 | if options.debug: |
445 | bb.debug_level = options.debug | 445 | bb.msg.set_debug_level(options.debug) |
446 | 446 | ||
447 | return options.config, options.output | 447 | return options.config, options.output |
448 | 448 | ||