From 22c29d8651668195f72e2f6a8e059d625eb511c3 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Wed, 20 Jan 2010 18:46:02 +0000 Subject: bitbake: Switch to bitbake-dev version (bitbake master upstream) Signed-off-by: Richard Purdie --- bitbake/bin/bitdoc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bitbake/bin/bitdoc') diff --git a/bitbake/bin/bitdoc b/bitbake/bin/bitdoc index 3bcc9b344b..4940f660a6 100755 --- a/bitbake/bin/bitdoc +++ b/bitbake/bin/bitdoc @@ -453,6 +453,8 @@ def main(): except bb.parse.ParseError: bb.fatal( "Unable to parse %s" % config_file ) + if isinstance(documentation, dict): + documentation = documentation[""] # Assuming we've the file loaded now, we will initialize the 'tree' doc = Documentation() -- cgit v1.2.3