From ade351e2f4c3693d4c2ecf3891899c2dcd082491 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Thu, 1 Jan 2009 14:43:54 +0000 Subject: bitbake: Add in code to support the BBCLASSEXTEND variable. Virtual native/sdk recipes then become possible --- bitbake-dev/bin/bitdoc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bitbake-dev/bin/bitdoc') diff --git a/bitbake-dev/bin/bitdoc b/bitbake-dev/bin/bitdoc index 3bcc9b344..4940f660a 100755 --- a/bitbake-dev/bin/bitdoc +++ b/bitbake-dev/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